Skip to content

v1.13.13: If a select has the title attribute set (and is not a multiple select), selecting an option doesn't update the value in the button #2437

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

Closed
caseyjhol opened this issue Apr 17, 2020 · 1 comment

Comments

@caseyjhol
Copy link
Member

https://plnkr.co/edit/wBnNGSpd5DUnCZ1s?preview

Cause: changes to render function in v1.13.13. This is because startIndex is set to 1 if a placeholder exists, but if it's not a multiple select, there's only 1 option selected, so nothing inside the for loop runs.

caseyjhol added a commit that referenced this issue Apr 17, 2020

Verified

This commit was signed with the committer’s verified signature.
caseyjhol Casey Holzer
@caseyjhol
Copy link
Member Author

Released in v1.13.14!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant