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
In particular, this would support behavior where I don't want to allow a field that's a number to be changed to a string, or vice-versa (for one use case) by comparing the type of the old value to the type of the new value.
The text was updated successfully, but these errors were encountered:
It would be very useful to use the
onEdit
handler to prevent a value from being updated, for instance:In particular, this would support behavior where I don't want to allow a field that's a number to be changed to a string, or vice-versa (for one use case) by comparing the type of the old value to the type of the new value.
The text was updated successfully, but these errors were encountered: