Uploaded image for project: 'COmanage Framework Migration'
  1. COmanage Framework Migration
  2. CFM-258

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

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

            arlen.johnson@at.internet2.edu Arlen Johnson (google.com)
            arlen.johnson@at.internet2.edu Arlen Johnson (google.com)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: