test: update snap
parent
775e48d428
commit
af756de1f3
|
@ -166,3 +166,21 @@ exports[`renders ./components/cascader/demo/suffix.vue correctly 1`] = `
|
||||||
<!---->
|
<!---->
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`renders ./components/cascader/demo/tagRender.vue correctly 1`] = `
|
||||||
|
<div suffixicon="Shopping Around" class="ant-select ant-cascader ant-select-multiple ant-select-allow-clear">
|
||||||
|
<!---->
|
||||||
|
<!---->
|
||||||
|
<div class="ant-select-selector">
|
||||||
|
<div class="ant-select-selection-overflow">
|
||||||
|
<!---->
|
||||||
|
<div class="ant-select-selection-overflow-item ant-select-selection-overflow-item-suffix" style="opacity: 1;">
|
||||||
|
<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>
|
||||||
|
</div>
|
||||||
|
<!---->
|
||||||
|
</div><span class="ant-select-selection-placeholder">Please select</span>
|
||||||
|
</div>
|
||||||
|
<!---->
|
||||||
|
<!---->
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
|
Loading…
Reference in New Issue