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
After user type minus followed by a spacebar, content is automatically interpeted as a bullet list. After removing bullet list formating, '-' sign dissapear. I was looking into doc and coundn't find a way to remove/disable/override that behavior.
Is there any way of doing this, handling user input, or overriding bullet list behaviour?
The only way to do this is type 'something - 30%' and then remove something;
Steps for Reproduction
try to type in into editor: '- 50%'
Platforms:
Chrome 58 on Windows 7
Version:
Quill 1.2.6
Would appreciate any input, thanks!
The text was updated successfully, but these errors were encountered:
To answer the question about overriding, you can customize the keyboard shortcuts or supply a custom module. However I also made a change so that you can undo the automatic conversion. Just type "- 50%" and then control+z to undo.
After user type minus followed by a spacebar, content is automatically interpeted as a bullet list. After removing bullet list formating, '-' sign dissapear. I was looking into doc and coundn't find a way to remove/disable/override that behavior.
Is there any way of doing this, handling user input, or overriding bullet list behaviour?
The only way to do this is type 'something - 30%' and then remove something;
Steps for Reproduction
Platforms:
Chrome 58 on Windows 7
Version:
Quill 1.2.6
Would appreciate any input, thanks!
The text was updated successfully, but these errors were encountered: