We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Dropdown when enable autoComplete and search in the input and when select the result it show the value instead the label
Dropdown
autoComplete
code example:
View: body: Column: children: - Dropdown: autoComplete: true id: dropdown items: - label: A value: 1 - label: B value: 2 onChange: showToast: message: ${dropdown.value}
The text was updated successfully, but these errors were encountered:
@Mohammad-Al-Refai you are printing the value message: ${dropdown.value} so it is correct
message: ${dropdown.value}
Sorry, something went wrong.
@kmahmood74 Yes but the dropdown input show the value as well, it supposed to show the label in input
ah, yes. I missed that. Assigning to @snehmehta
snehmehta
Successfully merging a pull request may close this issue.
In
Dropdown
when enableautoComplete
and search in the input and when select the result it show the value instead the labelcode example:
Screen.Recording.2024-12-12.at.6.50.10.PM.mov
The text was updated successfully, but these errors were encountered: