We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have paper-listbox element in a paper-dropdown-menu, values of items are different from labels. Here is the example
<paper-dropdown-menu label="Gender" name="gender" required error-message="Gender is required"> <paper-listbox slot="dropdown-content" attr-or-property-name="value"> <paper-item value="M">Male</paper-item> <paper-item value="F">Female</paper-item> </paper-listbox> </paper-dropdown-menu>
But in the post, the label is given instead of the value of the item
Any idea to have gender=M or gender=F in the request?
gender=M
gender=F
Actually the output request contains gender=Male or gender=Female
gender=Male
gender=Female
The text was updated successfully, but these errors were encountered:
change attr-or-property-name to attr-for-selected
Sorry, something went wrong.
No branches or pull requests
I have paper-listbox element in a paper-dropdown-menu, values of items are different from labels.
Here is the example
But in the post, the label is given instead of the value of the item
Any idea to have
gender=M
orgender=F
in the request?Actual outcome
Actually the output request contains
gender=Male
orgender=Female
Browsers Affected
The text was updated successfully, but these errors were encountered: