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 authored and fengtianze committed Jan 16, 2024
1 parent 4504ba8 commit f8b32f6
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 f8b32f6

Please sign in to comment.