How to deal with the select element? #2417
Unanswered
callmeitachi
asked this question in
Q&A
Replies: 1 comment
-
Do something like
|
Beta Was this translation helpful? Give feedback.
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 have the following code:
select { id: "select",
option { value: "1", selected: "true", "a" }
option { value: "2", "b" }
option { value: "3", "c" }
}
button { id: "button", "sure" }
how did I get the value when the select element change?
Beta Was this translation helpful? Give feedback.
All reactions