-
Notifications
You must be signed in to change notification settings - Fork 47.7k
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
Add support for touch-action attribute for Polymer PointerEvents #184
Comments
Please allow touch-action attribute. |
React needs a list of properties so that it knows whether to use the property accessor or setAttribute when changing the attribute (and also to convert between camel-casing and dash-cased, though that's not as critical). We'd like to make it easy to configure React with custom attributes; sorry this isn't easy right now. |
It seems your other issue #140 addresses this concern already and I don't see React adding this specific attribute to the global whitelist. |
…r tampering Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
http://www.polymer-project.org/platform/pointer-events.html needs nonstandard touch-action attribute to work.
Btw, I don't know why React just don't render anything what user needs? Custom attributes should work OFTB. For control freaks there can be option React.doesNotAllowUnknownAttributtes = true.
The text was updated successfully, but these errors were encountered: