ES-DOC / esdoc-questionnaire

ES-DOC Questionnaire (webform generator for creating CIM Documents). POC: @allynt
Other
2 stars 1 forks source link

Enumeration "other" choice doesn't consistently expose the other input box #522

Closed allynt closed 7 years ago

allynt commented 7 years ago

Enumeration "other" choice doesn't consistently expose the other input box.

allynt commented 7 years ago

This was b/c the check if "_OTHER" was in the array was written as $.inArray(arg, value) > 0 as opposed to $.inArray(arg, value) >= 0.