Skip to content
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 SelectorItem with boolean value #1816

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

exyi
Copy link
Member

@exyi exyi commented May 7, 2024

  • broken JS coercion from 'false' to boolean fixed
  • SelectorItems renders all non-string values as data-bind='value: value'. Knockout.js then reads the value binding instead of the value attribute, so we avoid the roundtrip through strings

resolves #1812

* broken JS coercion from 'false' to boolean fixed
* SelectorItems renders all non-string values as `data-bind='value: value'`.
   Knockout.js then reads the value binding instead of the value attribute, so
   we avoid the roundtrip through strings

resolves  #1812
@exyi exyi added this to the Version 4.3 milestone May 7, 2024
@exyi exyi added the bug label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Selection controls do not function properly with SelectedValue of type bool?
1 participant