We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3800b5 commit d185a3aCopy full SHA for d185a3a
components/form/demo/dynamic-form-item.vue
@@ -41,7 +41,6 @@ Add or remove form items dynamically.
41
<MinusCircleOutlined
42
v-if="dynamicValidateForm.domains.length > 1"
43
class="dynamic-delete-button"
44
- :disabled="dynamicValidateForm.domains.length === 1"
45
@click="removeDomain(domain)"
46
/>
47
</a-form-item>
0 commit comments