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
In #1550 @superlou tried to reset a ui.toggle to None. What can be usually done with the "clearable" prop, doesn't work at the moment:
ui.toggle
None
ui.toggle(['Pass', 'Fail']).props('clearable')
When clicking on a selected option, Python raises a TypeError in toggle.py:
TypeError
TypeError: list indices must be integers or slices, not NoneType
The text was updated successfully, but these errors were encountered:
863d7f5
falkoschindler
No branches or pull requests
Description
In #1550 @superlou tried to reset a
ui.toggle
toNone
. What can be usually done with the "clearable" prop, doesn't work at the moment:When clicking on a selected option, Python raises a
TypeError
in toggle.py:The text was updated successfully, but these errors were encountered: