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.
This component could allow the input component customization by props.
Example:
What do you think? I could create a pull request with this suggestion if you agree it.