ek0519 / nova-quilljs

A Laravel Nova implementation of the Quill editor for Vue.js
26 stars 21 forks source link

When enter , . on russian keybord - is activated search mode #1

Closed bigperson closed 4 years ago

bigperson commented 4 years ago

When i enter , . (/?) on Russian keybord - is activated search mode

ek0519 commented 4 years ago

@bigperson Can you give more information , like image etc Screen Shot 2019-12-19 at 12 05 37 PM

you mean search mode like this

https://nova.laravel.com/docs/2.0/search/global-search.html#title-subtitle-attributes

global-search 0f03a2d1

trigger keyboard shortcuts? https://nova.laravel.com/docs/2.0/resources/#keyboard-shortcuts

bigperson commented 4 years ago

@ek0519 I can not print the dot. The search mode is activated.

https://youtu.be/iPuxuWRCRxc

ek0519 commented 4 years ago

@ek0519 I can not print the dot. The search mode is activated.

https://youtu.be/iPuxuWRCRxc

thanks for your video, let me know this bug....I need some time

ek0519 commented 4 years ago

@bigperson This bug might not be resolve. ref nova issue, sorry

angauber commented 4 years ago

Not sure if this is the same bug but I add the issue with a similar package: https://github.com/numaxlab/nova-ckeditor5-classic/pull/10

Adding the form-control css class to the div should do the trick.

Cheers, Antoine