Using Selects #3044
-
|
Hello, I'm having trouble using a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Nevermind, i circumvented the problem by just using |
Beta Was this translation helpful? Give feedback.
Nevermind, i circumvented the problem by just using
web_sys::window()?.document()?.get_element_by_id(id)?.unchecked_into::<web_sys::HtmlInputElement>().value()to get the
<select>value when the form is submitted