Add a method to set TextInputAction
My issue is about [Mobile]
A very useful plugin. Can you please add a way to set a keyboard's TextInputAction?
What do you mean?
Any update?
My issue is about [Mobile]
A very useful plugin. Can you please add a way to set a keyboard's TextInputAction?
Thank you for providing that to our intention, we will look into that soon
any updates about this enhancement?
any updates about this enhancement?
We already added it, I heard about some issues about it when changing it to anything other than newLine but I don't remember much
@EchoEllet There should be a bug in QuillEditorState. When creating new QuillRawEditorConfigurations, configurations.textInputAction should be assigned to textInputAction.
https://github.com/singerdmx/flutter-quill/blob/faf8f558a8e52a2ce59d37883d1f4b1b3d1edcdb/lib/src/editor/editor.dart#L235-L302
I create a PR #2057 to fix this issue.