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 a number column is edited it will change the value to a string of that number in the database
To Reproduce
Steps to reproduce the behavior:
Import table from existing collection
Ensure it has a number type column
Create a new row
Edit column with a number
Expected behavior
If the column is set to number and all the other row data for the existing documents are a number. When you add data it would be a number not changing the number field to text.
Additional context
This seems to happen sporadically some times it will edit it fine as a number, i have tried different ways to force it to happen like using the side editor or editing the table directly but have not been able to isolate it. The only thing I can think of for me to avoid this is to use a onCreate cloud function to set it as a number but I think this may just end up with a type error when try to edit.
Thanks
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 a number column is edited it will change the value to a string of that number in the database
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If the column is set to number and all the other row data for the existing documents are a number. When you add data it would be a number not changing the number field to text.
Additional context
This seems to happen sporadically some times it will edit it fine as a number, i have tried different ways to force it to happen like using the side editor or editing the table directly but have not been able to isolate it. The only thing I can think of for me to avoid this is to use a onCreate cloud function to set it as a number but I think this may just end up with a type error when try to edit.
Thanks
The text was updated successfully, but these errors were encountered: