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

Add SearchText property to ComboBox #2824

Closed
MaciekWin3 opened this issue Aug 19, 2023 · 0 comments · Fixed by #2825
Closed

Add SearchText property to ComboBox #2824

MaciekWin3 opened this issue Aug 19, 2023 · 0 comments · Fixed by #2825

Comments

@MaciekWin3
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I am currently working on an app and I am using a ComboBox for one of the forms. I wanted the ComboBox to allow users to choose from a list, and if the item they want to choose is not present on the list, they can manually enter their desired option. After submitting the form, I noticed that the property "Text" of the ComboBox returns the text of the currently selected item, which is reasonable. However, I couldn't find an easy way to access the text that the user has typed in during their search.

Describe the solution you'd like

I am proposing the addition of a new field called "SearchText" that would return the current search text in the ComboBox.

Describe alternatives you've considered

I tried accessing Text for it but as I mentioned it currently returns currently selected item.

@tig tig closed this as completed in #2825 Sep 29, 2023
tig added a commit that referenced this issue Sep 29, 2023
Fixes #2824. Add SearchText property to ComboBox
tig added a commit that referenced this issue Sep 29, 2023
Fixes #2824. Add SearchText property to combobox in v2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants