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
The design in IBMDOCS required setting an auto/intelligent width for a combobox.
In the storybook for this component, and how this behaves so far we tried, is the combobox expects either
a container with a fixed size, or setting a fixed size to the combobox.
What was expected from our designer is:
Hi there, @kyjak! 👋 I think what you observed is spot-on, the component currently will expand to fit the full width. I think the situation you described is how we would expect folks to modify this component given that it spans full width, but I'm curious what kind of enhancements you think we could add to make this experience better on your end 👀
The design in IBMDOCS required setting an auto/intelligent width for a combobox.
In the storybook for this component, and how this behaves so far we tried, is the combobox expects either
a container with a fixed size, or setting a fixed size to the combobox.
What was expected from our designer is:
links to try - one with small one with large item
https://ibmdocs-dev.mybluemix.net/en/SSLTBW_2.4.0
https://ibmdocs-dev.mybluemix.net/en/P8DEA
for this to work we had to employ a resize event and calculate the combobox width manually and set it in style.
browsers expected FF,Chrome,Edge
The text was updated successfully, but these errors were encountered: