Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can _almost_ custom every styles #19

Closed
drpiou opened this issue Aug 23, 2017 · 3 comments · Fixed by #21
Closed

I can _almost_ custom every styles #19

drpiou opened this issue Aug 23, 2017 · 3 comments · Fixed by #21

Comments

@drpiou
Copy link

drpiou commented Aug 23, 2017

Hi,

I choose your plugin because it's easily customisable, but I needed to custom the options wrapper and there is no such prop for that.

I replaced (with the "propTypes" and "defaultProps"):
{styles.optionContainer}
by:
{[styles.optionContainer, this.props.optionContainerStyle]}

My question is:
can you please add this feature?

Thanks in advance

P.S: Maybe two this.props.optionFirstStyle and this.props.optionLastStyle could also be interesting (eg: remove last option borderBottom).

@peacechen
Copy link
Owner

peacechen commented Aug 23, 2017

That's a useful proposal, and I believe one of the other threads may have touched on that. Please submit a PR and one of us will merge it. Remember to update the Readme so others know how to use it.

@antonsivogrivov
Copy link

Please, update version in npm

@peacechen
Copy link
Owner

peacechen commented Sep 8, 2017

Published v0.0.18 to npm.

@peacechen peacechen reopened this Sep 8, 2017
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 a pull request may close this issue.

3 participants