We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b395e commit c29a011Copy full SHA for c29a011
src/components/AutoForm.vue
@@ -31,7 +31,7 @@
31
</div>
32
<div class="flex justify-end">
33
<div></div>
34
- <PrimaryButton :disabled="allowSubmit ? !allowSubmit(model) : false">{{ submitLabel }}</PrimaryButton>
+ <PrimaryButton :disabled="loading || (allowSubmit ? !allowSubmit(model) : false)">{{ submitLabel }}</PrimaryButton>
35
<slot name="rightbuttons" :instance="getCurrentInstance()?.exposed" :model="model"></slot>
36
37
0 commit comments