Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 [#4606] Fix default react-select behaviour when clearing the value
react-select sets the value to null, which doesn't have a property 'value', leading to crashes. Instead, we set the formik field value to 'undefined', which effectively clears it in the formik state.
- Loading branch information