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
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
1 - Validation default is not applied correctly when its value is 0 (number) -- the value is falsy and trips the default case
2 - Deleting cell content with backspace does not run validation
2 - This is a bit more involved, I suggest that we start using the on_change settings applicable to each cell and use the reconciliation result of null if the reconciliation is successful. Otherwise, continue using '' as we do right now.
The text was updated successfully, but these errors were encountered:
1 - Validation default is not applied correctly when its value is
0
(number) -- the value is falsy and trips the default case2 - Deleting cell content with
backspace
does not run validation1 - This is simple, update https://github.com/plotly/dash-table/blob/dev/src/dash-table/type/reconcile.ts#L67 to do a
R.isNil
check instead2 - This is a bit more involved, I suggest that we start using the
on_change
settings applicable to each cell and use the reconciliation result ofnull
if the reconciliation is successful. Otherwise, continue using''
as we do right now.The text was updated successfully, but these errors were encountered: