Fix Select2 dropdown select fields so that empty can be selected on edit

XMLWordPrintable

      When a select field is saved with a value, it is not possible to re-select an empty value.

      This can likely be fixed with configuration on Select2:

      $('select').select2({
        placeholder: 'This is my placeholder',
        allowClear: true
      }); 

      "allowClear" will provide an "x" icon to clear the setting for select fields.

            Assignee:
            Arlen Johnson
            Reporter:
            Arlen Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: