-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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.
oomathias, VinSpee and oyeanuj
Metadata
Metadata
Assignees
Labels
No labels