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
The bound object should retain the custom content entered in the ComboBox when @bind-Value is used.
When custom content is entered in the ComboBox, the bound object with @bind-Value is reset to null .
The ComboBox component may need to be updated to handle custom content correctly.
This issue affects the functionality of the ComboBox component when dealing with custom content and data binding.
The text was updated successfully, but these errors were encountered:
Fix #1305 by overriding SetParametersAsync for Combobox
61f3520
Fix #1305 by overriding SetParametersAsync for Combobox (#1307)
69a993d
b93e8ec
Successfully merging a pull request may close this issue.
🐛 Bug Report
💻 Repro or Code Sample
🤔 Expected Behavior
The bound object should retain the custom content entered in the ComboBox when @bind-Value is used.
😯 Current Behavior
When custom content is entered in the ComboBox, the bound object with @bind-Value is reset to null .
💁 Possible Solution
The ComboBox component may need to be updated to handle custom content correctly.
🔦 Context
This issue affects the functionality of the ComboBox component when dealing with custom content and data binding.
🌍 Your Environment
The text was updated successfully, but these errors were encountered: