Skip to content

Commit

Permalink
pass attributes from parent
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Aug 30, 2024
1 parent a0dde4e commit a478a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shell/components/form/LabeledSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export default {
<div
ref="select"
class="labeled-select"
v-bind="$attrs"
:class="{
disabled: isView || disabled,
focused,
Expand Down

0 comments on commit a478a84

Please sign in to comment.