Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't DialogTextField support all TextField properties? #129

Open
FullstackWEB-developer opened this issue Apr 11, 2024 · 2 comments
Open

Comments

@FullstackWEB-developer
Copy link

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?

@mono0926
Copy link
Owner

@FullstackWEB-developer

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.

@FullstackWEB-developer
Copy link
Author

@mono0926 Thank you for your reply.
Can I contribute this repo for inputFormatters property?
I hope it gets implemented quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants