Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field Component dont react to form value updates #803

Open
TimAufdemKampe opened this issue Sep 27, 2024 · 2 comments
Open

Field Component dont react to form value updates #803

TimAufdemKampe opened this issue Sep 27, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@TimAufdemKampe
Copy link
Contributor

If i have a form with an Select Component (can also be a Input) wrapped with an Field component, the Select will not be updated by any form value changes

@TimAufdemKampe TimAufdemKampe added the bug Something isn't working label Sep 27, 2024
@mfal mfal self-assigned this Nov 8, 2024
@mfal
Copy link
Collaborator

mfal commented Nov 15, 2024

@TimAufdemKampe what do you mean by "any form value changes"?

A form can have default values that are used for the initial render. Then a user can interact with the controls to change their values. If you just change the default values programmatically, the respective controls will not be updated.

@mfal mfal added feedback question Further information is requested and removed feedback bug Something isn't working labels Nov 15, 2024
@mfal
Copy link
Collaborator

mfal commented Nov 15, 2024

Maybe it is related to this? #899

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants