-
Notifications
You must be signed in to change notification settings - Fork 11
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
multiple selects? #17
Comments
@rotdrop It can work with as many inputs or selects as you want. Does that answer your question? |
No, I meant: can this support a SINGLE select in multiple mode, like
<select name="blah" multiple="">...
From reading your code I had the impression that the select only gets a
single surrogate input, so I ask myself what is "target.value" if target
is a select with property "multiple"?
Best Claus
Am 07.01.22 um 13:50 schrieb Arthur Corenzan:
… @rotdrop <https://github.com/rotdrop> It can work with as many inputs or
selects as you want. Does that answer your question?
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALM54KDBP3JGD6QNUDRQJTUU3OS5ANCNFSM5LNLYSVQ>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Claus-Justus Heine ***@***.***
http://www.claus-justus-heine.de/
Schatzmeister der Camerata Academica Freiburg e.V. --- www.cafev.de
|
That is a great question and I can't believe it escaped me all those years. 😅 I honestly don't know. I'll fiddle with the tests, see what happens and get back to you as soon I'm able. Thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Out of curiosity: would this support multiple selects?
The text was updated successfully, but these errors were encountered: