File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
components/cascader/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -166,3 +166,21 @@ exports[`renders ./components/cascader/demo/suffix.vue correctly 1`] = `
166166 <!---->
167167</div >
168168`;
169+
170+ exports[`renders ./components/cascader/demo/tagRender.vue correctly 1`] = `
171+ <div suffixicon = " Shopping Around" class = " ant-select ant-cascader ant-select-multiple ant-select-allow-clear" >
172+ <!---->
173+ <!---->
174+ <div class = " ant-select-selector" >
175+ <div class = " ant-select-selection-overflow" >
176+ <!---->
177+ <div class = " ant-select-selection-overflow-item ant-select-selection-overflow-item-suffix" style = " opacity: 1;" >
178+ <div class = " ant-select-selection-search" style = " width: 0px;" ><input type = " search" id = " rc_select_TEST_OR_SSR" autocomplete = " off" class = " ant-select-selection-search-input" role = " combobox" aria-haspopup = " listbox" aria-owns = " rc_select_TEST_OR_SSR_list" aria-autocomplete = " list" aria-controls = " rc_select_TEST_OR_SSR_list" readonly = " " unselectable = " on" style = " opacity: 0;" ><span class = " ant-select-selection-search-mirror" aria-hidden = " true" > </span ></div >
179+ </div >
180+ <!---->
181+ </div ><span class = " ant-select-selection-placeholder" >Please select</span >
182+ </div >
183+ <!---->
184+ <!---->
185+ </div >
186+ `;
You can’t perform that action at this time.
0 commit comments