You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Browser: Chrome Component: misc core Regression: no
For example, an gets the textInput directive applied. It's not very useful. Directive stacking means it's not a huge deal, since you can apply your own directive on top. But I like the cleanest possible approach. My change uses the "type" property, which allows the browser to decide what type an input is going to be (defaulting to "text" if need be) and then only applies the directives for matching types.
The text was updated successfully, but these errors were encountered:
Browser: Chrome
Component: misc core
Regression: no
For example, an gets the textInput directive applied. It's not very useful. Directive stacking means it's not a huge deal, since you can apply your own directive on top. But I like the cleanest possible approach. My change uses the "type" property, which allows the browser to decide what type an input is going to be (defaulting to "text" if need be) and then only applies the directives for matching types.
The text was updated successfully, but these errors were encountered: