Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport select form elements through embedding layer #26177
Labels
Projects
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When clicking on a
<select>element, we should send a message to the embedder to display a prompt or dialog which supports choosing an option. This won't support<select multiple>, but it will support the common case of choosing a single option from a list.