Skip to content

Conversation

@dani9417
Copy link

Solves #27

Hi @alanclarke!

I added an 'inputClassname' and 'disabled' prop to your component. Also added a 'styles' prop, to add custom styles to both wrapper and input.

The styles is an object, it should work like this:

const styles = {wrapper: {...}, input: {...}}
const timeInput = <TimeInput disabled={false} inputClassname="form-control" styles={styles} />

Could you please review this?

@apuntovanini
Copy link

@alanclarke any plans to merge this into master? tnx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants