Basic information
- Tiller version:
1.7.0
- Module:
formik-elements
Enhancement description
Enable greater control over value type of DateInputField by providing prop that will define value type
Current behaviour
Value type is determent by checking instanceof value
Wanted behaviour
Value type will be determent by optional prop format which will be used as format for parsing date to string using datefns. Only if that prop is provided component would set value as string
Basic information
1.7.0
formik-elements
Enhancement description
Enable greater control over value type of DateInputField by providing prop that will define value type
Current behaviour
Value type is determent by checking
instanceofvalueWanted behaviour
Value type will be determent by optional prop
formatwhich will be used as format for parsing date to string using datefns. Only if that prop is provided component would set value as string