You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that styling is a huge part of Frontend Development and most of the times is a great way to distinguish your app from others; it would be awesome if the component provided some very easy way to style the Input, overriding the current classes is very tedious given that there are a lot of components involved:
it would be great (for ex.) to pass styling objects inline via props: inputStyle, clearButtonStyle, etc
The text was updated successfully, but these errors were encountered:
In an effort to sustain the react-select project going forward, we're closing old issues / pull requests.
We understand this might be inconvenient but in the best interest of supporting the broader community we have to direct our limited efforts to maintain the latest version.
If you feel this issue / pull request is still relevant and you'd like us to review it, please leave a comment and we'll do our best to get back to you.
I think that styling is a huge part of Frontend Development and most of the times is a great way to distinguish your app from others; it would be awesome if the component provided some very easy way to style the Input, overriding the current classes is very tedious given that there are a lot of components involved:
it would be great (for ex.) to pass styling objects inline via props: inputStyle, clearButtonStyle, etc
The text was updated successfully, but these errors were encountered: