Skip to content

Commit

Permalink
fix: readonly not support selection
Browse files Browse the repository at this point in the history
  • Loading branch information
igauch committed Jan 15, 2024
1 parent 1b9a923 commit 7b79371
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/select/select.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
pointer-events: none;
background-color: transparent;
border-color: transparent;

&[readonly] {
pointer-events: auto;
}
}

&.isFilterable.isOpened &__label-container.aui-input {
Expand Down

0 comments on commit 7b79371

Please sign in to comment.