numaxlab / nova-ckeditor5-classic

A Laravel Nova CKEditor5 Classic Field.
MIT License
39 stars 41 forks source link

Add form-control class to prevent search trigger onfocus #10

Closed angauber closed 4 years ago

angauber commented 4 years ago

Hello,

On nova resource edit page, if you are focused on ckceditor field and you try to type the / character You will be redirected to the search input on the top of the page.

This PR add the form-control class on your field to prevent this event from triggering. I also added some css because the form-control class added a predefined height to the div.

Cheers, Antoine

king724 commented 4 years ago

@ablunier can you please cut a 1.0.3 tag with this update. I need this too :)

ablunier commented 4 years ago

Done @king724 https://github.com/numaxlab/nova-ckeditor5-classic/releases/tag/1.0.3