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
selected-item(s)
This is non-trivial to prevent, as no property validation is currently done before writing to the property map.
Perhaps it would be sufficient for the moment to make sure that no misleading visual feedback is provided in the widgets themselves. E.g., when doing:
xw:create-chooser "chooser" [ xw:set-items ["a" "b" "c"] xw:set-selected-item "d" ]
The chooser still shows "c", even though xw:get "chooser" would report "d".
"c"
xw:get "chooser"
"d"
The text was updated successfully, but these errors were encountered:
nicolaspayette
No branches or pull requests
This is non-trivial to prevent, as no property validation is currently done before writing to the property map.
Perhaps it would be sufficient for the moment to make sure that no misleading visual feedback is provided in the widgets themselves. E.g., when doing:
The chooser still shows
"c"
, even thoughxw:get "chooser"
would report"d"
.The text was updated successfully, but these errors were encountered: