Can we add a keyboard toolbar somehow? #2459
Answered
by
pierre-su
johannesstricker
asked this question in
Q&A
-
Is there a built-in way to add a Notion-like toolbar above the mobile keyboard? Or do we have to build this from scratch? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
pierre-su
Feb 7, 2025
Replies: 1 comment
-
We already provide this property, but you need to customize it yourself. You can use the multiRowsDisplay property in QuillSimpleToolbarConfigurations. If set to false, the toolbar will appear as a single line, as shown in your image. However, you will need to handle the positioning yourself. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EchoEllet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We already provide this property, but you need to customize it yourself. You can use the multiRowsDisplay property in QuillSimpleToolbarConfigurations. If set to false, the toolbar will appear as a single line, as shown in your image. However, you will need to handle the positioning yourself.