How to disable "unselect" in FormBuilderChoiceChip #1195
-
I notice in FormBuilderChoiceChip, you can select and unselect options. I'd like to customize the behavior that you can only select one of the provided options, so at least (and at most) one option is selected. Looking into the source code and searching online doesn't help me find anything that is relevant. Need some help here. Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
deandreamatias
Apr 30, 2023
Replies: 1 comment
-
Maybe you can add validators like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
deandreamatias
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you can add validators like
min
andmax
and disabled by your own state management when arrive to max select options