#useForm check field value
3 messages · Page 1 of 1 (latest)
useForm is expected to be initialized with values that have the same shape as the data object. It does not make sense to verify whether the field is present.
because there is some data in my data to have unconstant type as the time data field can be Date or String so with current Useform if i predefine it can not handle that case. Any suggestion ?