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
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.
The text was updated successfully, but these errors were encountered:
* 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
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.
The text was updated successfully, but these errors were encountered: