11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` renders ./components/auto-complete/demo/basic.vue correctly 1` ] = `
4- <div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select- show-search" >
4+ <div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-show-search" >
55 <!---->
66 <!---->
7- <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input id = " rc_select_TEST_OR_SSR" type = " search " autocomplete = " off" class = " ant-input 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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
7+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input 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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" type = " search " ></span >
88 <!----><span class = " ant-select-selection-placeholder" >input here</span >
99 </div >
1010 <!---->
@@ -39,10 +39,10 @@ exports[`renders ./components/auto-complete/demo/custom.vue correctly 1`] = `
3939` ;
4040
4141exports [` renders ./components/auto-complete/demo/non-case-sensitive.vue correctly 1` ] = `
42- <div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select- show-search" >
42+ <div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-show-search" >
4343 <!---->
4444 <!---->
45- <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input id = " rc_select_TEST_OR_SSR" type = " search " autocomplete = " off" class = " ant-input 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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
45+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input 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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" type = " search " ></span >
4646 <!----><span class = " ant-select-selection-placeholder" >input here</span >
4747 </div >
4848 <!---->
@@ -51,10 +51,10 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.vue correctl
5151`;
5252
5353exports[`renders ./components/auto-complete/demo/options.vue correctly 1`] = `
54- <div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-customize-input ant-select- show-search" >
54+ <div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-show-search" >
5555 <!---->
5656 <!---->
57- <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input id = " rc_select_TEST_OR_SSR" type = " search " autocomplete = " off" class = " ant-input 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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
57+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><input 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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" type = " search " ></span >
5858 <!----><span class = " ant-select-selection-placeholder" >input here</span >
5959 </div >
6060 <!---->
0 commit comments