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
Comment #1
danielb commentedI 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
Comment #2
danielb commented