You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great library component.
I was just trying and I found a problem using multiple="true" required is not working.
It keeps saying This is Field is required.
Thank you
The text was updated successfully, but these errors were encountered:
mmm so this isn't a quick fix. It appears that the required field we've attached it to is for searching values in the component, rather than having a selected value checked. To fix would require a bit of a re-write of the feature.
I would think that for the input to be valid for "required", one or more values are selected. I don't think we want to provide a way to say "Must have 2 or more selected" etc, as that can be done with other validation libraries.
In the meantime, as a temp fix would be not to have required set as true, but I understand that does defeat the whole purpose of the feature
mattelen
changed the title
Version 3.1.0 Required
Setting Required=true stops a form from being submitted
Dec 31, 2024
Great library component.
I was just trying and I found a problem using multiple="true" required is not working.
It keeps saying This is Field is required.
Thank you
The text was updated successfully, but these errors were encountered: