i'm using the drop down widget for a select list field, which the field is not required
if the field default value is empty (none), on the first display of the node form, the other textfield is shown
but then the other textfield is hidden by JS correctly when user changes select list value,
and other textfield is hidden if user select none on the select list

on first display of node form,
if user makes no change to the select list, i.e. leave it as default value = none,
then enter something in the displayed other textfield and save,
the other value is not saved and the field value is still saved as none

i believe this behavior is confusing to user,
and easily makes user believes that the value is saved, even though it's not
a better way would be that if default value is none, hide the other textfield
so that user has to intentionally select "other" from select list in order to enter a custom value

Comments

danielb’s picture

Category: bug » support

I do not experience the behaviour of the other field being shown when it shouldn't. It works exactly as you described in your last paragraph.

Did you mean anything special by "drop down widget" or do you just mean a normal select list?

BTW, I am not using 6.x-1.6 I am using 6.x-1.x-dev

danielb’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.