Closed nathanmmiller closed 4 months ago
Thanks for bringing this to my attention, will fix ASAP.
Okay, this is fixed now in v1.15.2
You should also be able to toggle the checkbox on and off with the space bar. :)
Thanks again for spotting it -- good catch 👍
Thanks for the quick fix!
Describe the bug If you have a boolean value, and you double click it, then toggle the checkbox, then hit your keyboard's [Enter] key, setData is not called with the updated value.
Expected behavior I would expect setData to be called with the updated value, as happens for text or numbers.
Online demo I cannot access code sandbox but here is code that demonstrates the issue:
Simply double click "true", uncheck the checkbox, and then hit the [Enter] key on your keyboard and you will see the "Text Representation of Data" does not change as expected.