react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

isDirty not updating on onChange event in react-multi-date-picker

Open hosseintaromi opened this issue 1 year ago • 0 comments

The isDirty state in react-hook-form is not updating correctly when using react-multi-date-picker in conjunction with Controller from react-hook-form. Specifically, when the date value changes in the DatePicker, isDirty does not reflect this change, leading to incorrect form validation and submission behavior.

hosseintaromi avatar Jun 30 '24 07:06 hosseintaromi