Skip to content

[proposal] attach focus should accept an empty string #329

@bigopon

Description

@bigopon

if (this.value && this.value !== 'false') {

The above line should be

if (this.value === '' || this.value && this.value !== 'false') {

I think we should make attach-focus boolean attribute for the following usage

<input attach-focus />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions