Merge pull request #20177 from netbox-community/18916-TomSelect-invalid-styling

Fixes #18916: Fix styling of dynamic dropdowns with invalid selection
This commit is contained in:
bctiemann 2025-08-26 11:47:21 -04:00 committed by GitHub
commit 1c1073e160
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@ -6,3 +6,9 @@
} }
} }
} }
// Replicate styling of tom-selected <select> fields tagged with .is-invalid to
// their corresponding TomSelect dropdowns
select.tomselected.is-invalid + div.ts-wrapper {
@extend .is-invalid;
}