Category "react-final-form"

React Final Form - Double conditional Form

I have started to work on a form project using React final form, but I am struggling to do a two condition question. Would anyone knows how to do a double condi

Validate raw data from the field in react-final-form

I have a field in react-final-form where the user enters a date. For the internal value this gets normalized to YYYY-MM-DD but the user may enter it as DD.MM.YY

Validate raw data from the field in react-final-form

I have a field in react-final-form where the user enters a date. For the internal value this gets normalized to YYYY-MM-DD but the user may enter it as DD.MM.YY

React - react-final-form validation

I have a question regarding react-final form error message when using record-level validation. I have the following field present within FormFilterFields compon

React useForm equivalent in class component

I moved a functional component to class component recently and don't find the equivalent of useForm when using a class. Here is the code I used before: var com