It would be very nice to have support for the "other field size" setting in select_or_other so that it's possible to use a text field that's not 60 characters wide. Especially in Firefox since it seems very stubborn about not applying width styling to that field.

CommentFileSizeAuthor
#1 webform_other_size.2064035.1.patch1.64 KBTwoD
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TwoD’s picture

Status: Active » Needs review
FileSize
1.64 KB

Something like this perhaps?

quicksketch’s picture

Priority: Normal » Minor

Seems like that would work. I'm averse to adding more options to the already bloated select list form, but maybe this would be worth it. Although a hassle, you can now accomplish the same select-or-other ability by using a separate textfield component that is only shown when the "Other" option is selected in a select list.

TwoD’s picture

True, but that will use a secondary column for the "Other" field, right?

DanChadwick’s picture

Issue summary: View changes
Status: Needs review » Closed (won't fix)

Seems like a fairly esoteric use case, which could be addressed with custom theming.