Skip to content

Commit

Permalink
fix(SelectMenu): disable on loading
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jun 1, 2023
1 parent e200d4c commit 8951923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/forms/SelectMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:name="name"
:model-value="modelValue"
:multiple="multiple"
:disabled="disabled"
:disabled="disabled || loading"
as="div"
:class="ui.wrapper"
@update:model-value="onUpdate"
Expand Down

0 comments on commit 8951923

Please sign in to comment.