This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Text input directive applied to inappropriate input elements #6244
Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels