diff --git a/src/components/ApprovalRule.vue b/src/components/ApprovalRule.vue index f5107618..dd19ffd8 100644 --- a/src/components/ApprovalRule.vue +++ b/src/components/ApprovalRule.vue @@ -35,6 +35,7 @@ :clear-search-on-select="true" :append-to-body="false" :aria-label-combobox="pendingLabel" + :limit="null" @input="update('tagPending', $event)" />
@@ -83,6 +84,7 @@ :close-on-select="true" :clear-search-on-select="true" :aria-label-combobox="approvedLabel" + :limit="null" @input="update('tagApproved', $event)" />
@@ -103,6 +105,7 @@ :close-on-select="true" :clear-search-on-select="true" :aria-label-combobox="rejectedLabel" + :limit="null" @input="update('tagRejected', $event)" />