-
Notifications
You must be signed in to change notification settings - Fork 27
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
From select with multiple option #185
Comments
The logic for Loop through I'm trying to think how something like that could be implemented, perhaps something like select#teachers option:iteration[name in data(subject.teachers)]{ content: 'selected'} Where At the moment, you would need to change the data such that the selected teachers were flagged in the
Then check of it to select the relevant options: select#teachers option:iteration[selected]:attr(selected) { content: 'selected'} This works, but I'll look at implementing the |
Thanks Tom for the workaround, It's worked perfectly! |
You can now use |
Hi everyone!
How can I select multiple options in a form?
In the next example I need to select "Teacher 3" and "Teacher 11" (selected attribute)
Thanks in advance!
XML form to edit a subject
Dump of the data
TSS
The text was updated successfully, but these errors were encountered: