Skip to content

Creating a password input or other different input types #23

@jpadilladev

Description

@jpadilladev

I´m trying to change the type of the input created by the component. It is possible to create an input of type "password" or any other types?

Like this:

 <Keyboard 
        value={this.state.value}
        name='keyboard'
        options={{
          type: "input",
          inputType: "password"
    }}
[...]

Thanks

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