Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
@twhitbeck

Description

@twhitbeck

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions