Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Typing / in editor invokes Nova search #2

Open
thatleeguy opened this issue Aug 27, 2018 · 3 comments
Open

Typing / in editor invokes Nova search #2

thatleeguy opened this issue Aug 27, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@thatleeguy
Copy link

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 alfonsobries added the bug Something isn't working label Aug 28, 2018
@alfonsobries
Copy link
Owner

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

@thatleeguy
Copy link
Author

thatleeguy commented Aug 29, 2018

return [

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


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


    ];

@bvweijen
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants