alfonsobries / nova-trumbowyg

A Trumbowyg Laravel Nova field
MIT License
13 stars 8 forks source link

Typing / in editor invokes Nova search #2

Open thatleeguy opened 6 years ago

thatleeguy commented 6 years ago

Not sure where exactly this problem resides, though it doesn't happen in Trix or textarea.

If you create a trumbowyg field and try to type the / charactor it invokes search.

alfonsobries commented 6 years ago

Not able to replicate, can I see your form configuration?

thatleeguy commented 6 years ago

return [

        Text::make('Title')
            ->sortable()
            ->rules('required', 'max:255')->rules('required'),

        NovaTrumbowyg::make('Content')->rules('required'),

    ];
bvweijen commented 5 years ago

@alfonsobries I have the same problem. It also happens with SHIFT + ?. Can you please fix this issue? See also: https://github.com/laravel/nova-issues/issues/117