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

Support empty default for dropdowns #2207

Closed
sonovawolf opened this issue Mar 6, 2018 · 2 comments · Fixed by #6516
Closed

Support empty default for dropdowns #2207

sonovawolf opened this issue Mar 6, 2018 · 2 comments · Fixed by #6516

Comments

@sonovawolf
Copy link

Having a dropdown that needs to be filled and is "empty" by default is something we don't currently support and I've seen hacked together in multiple places in the product.
image

Currently people have a list of selectors in each app's scss file with a single property specified in order to apply the (usually wrong) color to the text.

@llorca
Copy link
Contributor

llorca commented Mar 6, 2018

sounds like a placeholder prop

@giladgray
Copy link
Contributor

giladgray commented Mar 6, 2018

it's more about the styles to left align text / right align icon.

but

i kinda did this with the flex button stuff and the textAlign prop...
image
http://blueprintjs.com/docs/v2/#core/components/button-group.usage-with-popovers

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants