#useForm check field value

3 messages · Page 1 of 1 (latest)

regal turtle
#

I am using useForm in the code to handle form submit, i read the docs but i dont see how can i check if a field is present in the form right now, how can i do that with mantine ?

autumn grotto
regal turtle
#

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 ?