-
-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Styling is missing Disabled options #60
Comments
You can correct this by adding this to your site's CSS: .select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
color: #999;
} I'm open to submitting a PR to fix this, but it seems like the repo is stale (no PRs have been merged since 2019) |
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 3, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61
I've fixed this into #67 |
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 3, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61
Thank you @tagliala ! |
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 3, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 13, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 14, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 14, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 14, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dropdown is not showing proper styling for disabled options (
Bulloch Animal Shelter
in the example below)Select2 default theme:
With this repo theme. item is disabled but not styled as such:
The text was updated successfully, but these errors were encountered: