Skip to content

[Input] Expose a focus method #318

@ChristopheCVB

Description

@ChristopheCVB

Is your feature request related to a problem? Please describe.

I want to define a shortcut to focus an Input

Describe the solution you'd like

The Input component should expose a focus method to be used through a ref

Describe alternatives you've considered

Using a ref inputWrapper

inputWrapper.value.$el.getElementsByTagName('input')[0].focus()

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