Skip to content

<input> value and other properties should accept more types #43

@justinfagnani

Description

@justinfagnani

Right now a binding like:

html`<input type="range" .value=${currentValue} .max=${max}>`;

Will report errors on the value and max bindings if currentValue and max are numbers. But an input handles this just fine. This may be something that needs to be updated in the typings, but maybe there's something to be done in the plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions