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

Number fields can't be left empty #268

Closed
jfr3000 opened this issue Nov 18, 2020 · 0 comments · Fixed by #271
Closed

Number fields can't be left empty #268

jfr3000 opened this issue Nov 18, 2020 · 0 comments · Fixed by #271
Labels
bug Something isn't working

Comments

@jfr3000
Copy link

jfr3000 commented Nov 18, 2020

Describe the bug
When I have an empty number field, and edit any other field, the number field gets filled with "0". When I try to delete that value again, it displays NaN. I'd like to be able to leave number fields empty.

To Reproduce
Make a row with a text and a number field. Edit the text field in the edit view. The number field gets filled with 0.

Expected behavior
Number field should stay empty.

@notsidney notsidney added the bug Something isn't working label Nov 19, 2020
notsidney added a commit that referenced this issue Nov 23, 2020
* develop:
  fix side drawer number field not allowing empty values (#268)
  fix side drawer number field not allowing decimals
  fix number field saving as string (#270)
  temp fix MultiSelect
  temp disable row select column
@notsidney notsidney linked a pull request Nov 23, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants