-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement: reload options after value changes
When using an array of options for a choice form component, the displayed list of options includes the selected value when it is not present in the options array to still be able to see the selected value. When the value is updated, the old value is still visible and the user is able to choose that value, while it is not a valid option anymore. Added listener to change the list of options when the value changes.
- Loading branch information
Gido Manders
committed
Oct 17, 2023
1 parent
4deeeb7
commit 88760ff
Showing
2 changed files
with
199 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.