Support setting SmartQuotes and SmartDashes on iOS #572
Unanswered
mark8044
asked this question in
Feature Request
Replies: 1 comment 2 replies
-
Any update? This can be a pretty important problem for many people as this gets more use with iOS. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On iOS, there is something called SmartQuotes and SmartDashes which automatically formats quotes and dashes
https://api.flutter.dev/flutter/material/TextField/smartQuotesType.html
https://api.flutter.dev/flutter/material/TextField/smartDashesType.html
These are all enabled by default in iOS textfields and they are in fact enabled on flutter-quill.
On standard flutter TextField you can disable or enable these:
Could we have the ability to enable/disable this on flutter quill as well? They are for sure enabled right now out of the box, but there are certain use cases where they need to be disabled
Beta Was this translation helpful? Give feedback.
All reactions