Skip to content

Styling is missing Disabled options  #60

Description

@rubi-t8

Dropdown is not showing proper styling for disabled options (Bulloch Animal Shelter in the example below)

{
   "results":[
      {
         "id":"1",
         "text":"Community",
         "disabled":false
      },
      {
         "id":"2",
         "text":"Bulloch Animal Shelter",
         "disabled":true
      },
      {
         "id":"3",
         "text":"Metter Animal Shelter",
         "disabled":false
      },
      {
         "id":"4",
         "text":"Evans County Animal Shelter",
         "disabled":false
      }
   ],
   "pagination":{
      "more":false
   }
}

Select2 default theme:
image

With this repo theme. item is disabled but not styled as such:
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions