-
Notifications
You must be signed in to change notification settings - Fork 56
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
Select boxes #2
Comments
Apparently the |
So why didn't you use |
Can you recreate this as an issue? The use-case was for tracking which item was selected, so you could copy-paste the selector in the same page yourself & re-produce what the user saw/clicked/etc. The password example makes sense. I think there are different selectors that make sense for different tags. |
I can see where it makes sense. And a value is more readable than an nth-child. I'm just worried about those cases where value is user input (textarea, text, password, and all the new types like email, etc). I'll open an issue. |
When tracking
change
events on a<select />
, it would be nice to indicate what the value is of the select.The text was updated successfully, but these errors were encountered: