Skip to content

Commit 4c2b3b0

Browse files
authored
Remove removeTagsTexts prop from CustomSelect
1 parent 4ecd766 commit 4c2b3b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

showcases/vue-showcase/src/components/custom-select/CustomSelect.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ const getSearchFilter = (option: CustomSelectOptionType, _: string): boolean =>
6262
"
6363
:label="exampleName"
6464
:options="exampleProps?.options"
65-
:removeTagsTexts="exampleProps?.removeTagsTexts"
6665
:variant="exampleProps?.variant"
6766
:message="exampleProps?.message"
6867
:required="exampleProps?.required"

0 commit comments

Comments
 (0)