-
Notifications
You must be signed in to change notification settings - Fork 401
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
fix: force position in FluentSelect #3358
Comments
Sorry, but you are describing an issue and then in the repro step you are talking about something completely different. We need clear, ready-to-run reproduction steps and code. Standard reply below: Please supply us with ready-to-run reproduction code in the form of something we can copy/paste, a (zipped) project structure or a GitHub repository. We do not have capacity to craft or compose a reproduction for every issue that gets raised. If no code or repository is provided, this issue will be closed in 3 days Help us to help you. Thanks. |
ok, using the Blazor Web App Template in VS2022, I created BlazorApp1
I would expect that selecting "Option Two" from the above box would force the below box to "Option Two" also. |
Maybe it worked like that before but that was then an unexpected side effect. |
since this code was copied from your example website, maybe you should change the site? |
Why? It is not supposed to show/do what you are describing. It is to show you can force the list to display above or below the input box. |
I am old and you are correct, my bad and much thanks for your work. |
🐛 Bug Report
With FluentSelect, I set the bound value of a to null to reset my drop down to the unchosen placeholder value without re-initializing the Items.
Doesn't seem to work with new release.
💻 Repro or Code Sample
seems your example page for Forms & Inputs -> List -> Select -> Forced Position is also not working
🤔 Expected Behavior
it used to reset the dropdown to virgin state with the placeholder shown
😯 Current Behavior
now it just stays on the selected item
💁 Possible Solution
🔦 Context
holding on this release
🌍 Your Environment
The text was updated successfully, but these errors were encountered: