does someone have a "consistent" method for forcin...
# general
b
does someone have a "consistent" method for forcing the width of a multi-select field in EDIT mode. I have a field that is getting rendered too narrowly for the options that are in it, requiring horizontal scrolling. There is no UI method, so I'm looking for client-side (jQuery) to achieve this, but I have not had success with some of the options I've tried
c
Didn't mean to delete the last message. N/ui/serverWidget is what you want for multi-selects. Use Field.updateDisplaySize
message has been deleted
b
hmmm. for some reason I thought that didn't work with multi-select fields. thank you - I will try that
c
doesn't work w/ list fields but says it works with multi-selects. You should be good to go