-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet
Description
Hi, I am using Formsy to implement forms with validations. I have a set of form components – they all implement custom behavior I need, but use some other implementations under the hood (Material-UI components, React Select, etc.).
I have an owner component implementing connection with Formsy form component, however, anytime this owner component re-renders (when its state is changed), the selected value does not get rendered in Select and I am not exactly sure why.
When I disable updates of the owner component, the Select component seems to work just fine, but then I cannot really show validation errors and other things in my wrapper component.
Any ideas what might be the cause of it?
Metadata
Metadata
Assignees
Labels
issue/bug-unconfirmedIssues that describe a bug that hasn't been confirmed by a maintainer yetIssues that describe a bug that hasn't been confirmed by a maintainer yet