rawilk / filament-password-input

Enhanced password input component for filament.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: Cannot read properties of undefined (reading 'writeText')

mas7 opened this issue · comments

Environment:

  • MacOS
  • Google Chrome

Issue:
Trying to copy password and I get the following error message in the console
Uncaught TypeError: Cannot read properties of undefined (reading 'writeText') at eval (eval at safeAsyncFunction (..../livewire/livewire.js?id=2f6e5d4d:1281:21), <anonymous>:4:28) at [Alpine] const text = $wire.get('data.password'); window.navigator.clipboard.writeText(text); $tooltip('Copied', { theme: $store.theme, timeout: 2000 }); (eval at safeAsyncFunction

Solved by applying https protocol