Skip to content

Commit

Permalink
fix: show form feedback for SearchableSelectWidget
Browse files Browse the repository at this point in the history
Fixes #102
  • Loading branch information
tymees committed Jul 30, 2024
1 parent b43c065 commit b73c97c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions assets/scss/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ $open-sans-font-dir: '/static/cdh.core/fonts/open-sans/';
& ~ .invalid-feedback, & ~ .valid-feedback {
display: block;
}
}

.select2 ~ .invalid-feedback, .select2 ~ .valid-feedback {
display: block;
}
6 changes: 3 additions & 3 deletions src/cdh/core/static/cdh.core/css/bootstrap.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cdh/core/static/cdh.core/css/bootstrap.css.map

Large diffs are not rendered by default.

0 comments on commit b73c97c

Please sign in to comment.