webbingbrasil / filament-copyactions

A easy-to-use copy actions for Filament Admin Pages, Tables and Form Fields.
56 stars 15 forks source link

Not copying #26

Closed giagara closed 4 months ago

giagara commented 4 months ago

Describe the bug Installed the package and not copying

To Reproduce Steps to reproduce the behavior:

  1. Install the package in an existing admin panel
  2. Update the input as described
    CopyableTextColumn::make('license')
                    ->copyMessage('License copied to clipboard')
                    ->label('License')
                    ->searchable()
                    ->alignment(Alignment::Center)
Forms\Components\TextInput::make('license')
                            ->required()
                            ->suffixAction(CopyAction::make())
                            ->disabledOn('edit')
                            ->hiddenOn('create')
  1. Open the page with the edited input
  2. Copy the text
  3. Paste the copied text

Expected behavior The text is in the clipboard

Screenshots Screenshot 2024-02-21 alle 14 33 47

Screenshot 2024-02-21 alle 14 33 37

giagara commented 4 months ago

related to: https://github.com/webbingbrasil/filament-copyactions/issues/9#issuecomment-1506940151

it's a SSL issue