Avatar

Level 2

Figured out a workaround, hopefully someone can find a better solution. Essentially, change the width of the dropdown on enter, change it back on exit. See below:

ProjectBLDGtype::enter - (JavaScript, client)

this.w = "1.9375in";

ProjectBLDGtype::exit - (JavaScript, client)

this.w = "0.9375in";

Not elegant, but works.

Now I cannot figure out how to only display the bounded values instead of the both the value and description as a final output, but still displaying both when the full dropdown is displayed.