Can't DialogTextField support all TextField properties?
Opened this issue · 2 comments
First of all, I would like to thank you for creating a great plugin.
I've used this plugin on many projects because of its simplicity.
However, the problem is that some features cannot be customized.
So, in my current project, because of this problem, I am using a modal with a similar design for showTextInputDialog.
It would be nice if other properties, including inputFormatters, could be customized like spellCheckConfiguration was added a while ago.
Is this an unavoidable problem that cannot be solved due to multi-platform home support?
Or can I make a PR for this?
Thank you for your feedback.
While trying to maintain simplicity and avoid any specification issues, I do want to support as many properties as possible for TextField. However, I haven't been able to support it yet.
There is TODO comment:
I hope to eventually support them in the future.
@mono0926 Thank you for your reply.
Can I contribute this repo for inputFormatters property?
I hope it gets implemented quickly.