Hi, when the node form has a number field (integer, decimal or float) if you let it empty, it shows an error of invalid date time
error
SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect integer value: '' for column `u540391360_test`.`test_field_data_field_cuenta`.`field_cuenta_value` at row 1
even with the Required option disabled
when the field is filled it works fine, tested in Backdrop 1.14.0 in a fresh install and another online site with the same result
for the moment i put "0" as default to avoid this
Actually seems to be https://github.com/backdrop/backdrop-issues/issues/3873 ...but it happens for any type of numeric field.