Replies: 2 comments
|
This is a native HTML input attribute, no different to class or style. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/multiple |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am surprised that the API does not even mention the "multiple" attribute available for the select() form tag helper. I can't find by searching any mention of it in the Guides.
Please update the Guides and API and provide several examples of how to use it for the select and for saving multiple values when saving multiple selections.
All reactions