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

How to deal with null/None values #7

Open
3 tasks
PeteCoward opened this issue Jul 15, 2020 · 0 comments
Open
3 tasks

How to deal with null/None values #7

PeteCoward opened this issue Jul 15, 2020 · 0 comments

Comments

@PeteCoward
Copy link
Member

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
@PeteCoward PeteCoward changed the title How to allow null/None values How to deal with null/None values Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant