-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Dropdown: placeholder value #1299
Comments
I believe this is the expected behavior and in line with SUIR core: The difference we have is that the dropdown is not making Proposals, on selected (highlighted) item change:
(I responded on SO as well) |
We've largely addressed these issues now in the latest version. Feel free to open if you think more needs done. |
@levithomason I reopened this issue because it wasn't fixed and I want to pick up it. |
Hi, I'm needing this exact behaviour as well, as described by levithomason. I'd be happy to come on as a test resource. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
Steps
Dropdown
element, it's value will be set toCategory 1
Dropdown
's value will be againCategory
Expected Result
Until
Dropdown
's item will be selected, keep placeholder asCategory
.Actual Result
After you click on
Dropdown
it changes value to first option.Version
Latest.
Testcase
http://codepen.io/pzurek/pen/mRJMov
@levithomason I'm not sure that this behaviour is bug. Can you clarify?
Based on stackoverflow question.
The text was updated successfully, but these errors were encountered: