You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quill prevents backspace keydown events. It causes trouble when an user inputs non-alphabetical characters.
For example, the below is a typical flow of inputting 天麩羅 (tempura)
type t-e-n-p-u-r-a
pick 天麩羅 from the suggested words
Until 2, system buffers the typed characters. If backspace events are cancelled, it can't clear the buffer and users can't correct the word before picking.
Can you stop preventing backspace events?
The text was updated successfully, but these errors were encountered:
Quill prevents backspace keydown events. It causes trouble when an user inputs non-alphabetical characters.
For example, the below is a typical flow of inputting 天麩羅 (tempura)
Until 2, system buffers the typed characters. If backspace events are cancelled, it can't clear the buffer and users can't correct the word before picking.
Can you stop preventing backspace events?
The text was updated successfully, but these errors were encountered: