You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a python None passed into the js options as attribute_value=null, and the code currently assumes this means there the object target cannot be deleted.
There is no way to set the attribute value to None, only to an empty string.
We display 'empty' when the value is None, or an empty string.
We may want to:
have a visible distinction between empytish values 1. no value 2. value None 3. empty string
allow deletion of emptyish values
allow setting values to None ( not empty string
The text was updated successfully, but these errors were encountered:
PeteCoward
changed the title
How to allow null/None values
How to deal with null/None values
Jul 15, 2020
Currently a python None passed into the js options as
attribute_value=null
, and the code currently assumes this means there the object target cannot be deleted.There is no way to set the attribute value to None, only to an empty string.
We display 'empty' when the value is None, or an empty string.
We may want to:
The text was updated successfully, but these errors were encountered: