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

EditableComboBox - add inputFormatters #1041

Open
dungnguyen2703 opened this issue Mar 19, 2024 · 2 comments
Open

EditableComboBox - add inputFormatters #1041

dungnguyen2703 opened this issue Mar 19, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@dungnguyen2703
Copy link

When I use EditableComboBox, if user input by keyboard instead of our list. In some case we need to use inputFormatters to make user input as our format only.

Thank you

@bdlukaa
Copy link
Owner

bdlukaa commented Mar 19, 2024

I don't understand the issue. Could you explain it better?

@dungnguyen2703
Copy link
Author

Hi, I need something like this:

EditableComboBox(
onTextChanged: ,
onFieldSubmitted:,
value: ,
placeholder: ,
onChanged:,
items: ,
inputFormatters: , // add this like textbox have
),

Thanks

@bdlukaa bdlukaa added enhancement New feature or request and removed waiting response labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants