Skip to content

Custom input #20

@davidguilherme

Description

@davidguilherme

This component could allow the input component customization by props.

Example:

const MyCustomInput = (props) => <input data-custom-attribute="custom" {...props} />;
return <TimeInput inputComponent={MyCustomInput} />

What do you think? I could create a pull request with this suggestion if you agree it.

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