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 28, 2024
1 parent b932ce8 commit 6c8d147
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 6c8d147

Please sign in to comment.