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
vaadin-combo-box does not select an item when appended to DOM, but before items are set (Chrome)
vaadin-combo-box
items
A combox should always select 'item1', no matter what order the appendChild()/.items/.selectedItem is set
In latest Chrome, the first scenario appendThenSelectedThenItems() doesn't show selected value, but in FF ESR, it does.
appendThenSelectedThenItems()
https://jsfiddle.net/v6mqmcwj/1/
The text was updated successfully, but these errors were encountered:
Can someone please confirm if this is a bug, or an expected behavior, before trying to fix it?
Sorry, something went wrong.
cfa1011
Merge pull request #585 from asashour/580-selectItemBeforeItems
5dd1fda
set selectedItem after DOM attaching and before items set (Fixes #580)
No branches or pull requests
Description
vaadin-combo-box
does not select an item when appended to DOM, but beforeitems
are set (Chrome)Expected outcome
A combox should always select 'item1', no matter what order the appendChild()/.items/.selectedItem is set
Actual outcome
In latest Chrome, the first scenario
appendThenSelectedThenItems()
doesn't show selected value, but in FF ESR, it does.Live Demo
https://jsfiddle.net/v6mqmcwj/1/
Steps to reproduce
Browsers Affected
The text was updated successfully, but these errors were encountered: