Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Can't set a width on the FilterBuilder field picker

    Using SmartGWT 4.0, we have been given a request to make the SelectItem for the field in the FilterBuilder larger than the default size that is being generated. They would like for it to be bigger so that the ellipses don't kick in and so the width behaves like it did in version 2.5.

    I have tried using CSS, but then get undesired behavior on the other two SelectItems when the width is set using !important like this:

    Code:
    .selectItemText,
    .selectItemTextFocused,
    .selectItemTextDisabled {
    	width: 100px !important;
    }
    I have attached screenshot examples of 2.5 vs 4.0.

    What is the best way to set minimum widths on these SelectItems?

    Thanks
    Attached Files
Working...
X