-
Notifications
You must be signed in to change notification settings - Fork 538
Description
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