-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Inline Select - add docs about width #200
Comments
Hey @tay-aitken! Yes, the inline-select is wrapped with a |
Hey what's up @hellobrian! Great! Can we add in some documentation then that states that the width of the dropdown select box should be the width of the default placeholder text (whatever text is there before the user makes a selection) + 16px of padding. And whatever option the user selects should truncate down to that size and not change the width of the box. I am only asking that we put that in code, since I don't know how often the devs go to the usage tab. |
We can close this when someone adds docs to carbon-components and the website about this. |
Assigning myself to update any content to reflect this and adding @marijohannessen and @tw15egan to fix the component itself and reflect the changes in dev documentation. |
Reverting an accidental change to how the id was being used. Adding the change from 7ea8ab9 back in that was taken out in 241a15e Fixes carbon-design-system#200
The caret for inline select should no be that far away from the text. There should be 10px of padding between the two. I realize that it is adjusting for the lengthier option from the dropdown menu (based on a character count I believe) but is there anyway to reduce the space? With that large amount of space it is difficult for people to see the association between the two elements.

The text was updated successfully, but these errors were encountered: