@@ -4,7 +4,7 @@ exports[`renders ./components/auto-complete/demo/basic.vue correctly 1`] = `
44<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" 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 >
7+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
88 <!----><span class = " ant-select-selection-placeholder" >input here</span >
99 </div >
1010 <!---->
@@ -42,7 +42,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.vue correctl
4242<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" 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 >
45+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
4646 <!----><span class = " ant-select-selection-placeholder" >input here</span >
4747 </div >
4848 <!---->
@@ -54,7 +54,7 @@ exports[`renders ./components/auto-complete/demo/options.vue correctly 1`] = `
5454<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" 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 >
57+ <div class = " ant-select-selector" ><span class = " ant-select-selection-search" ><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" aria-activedescendant = " rc_select_TEST_OR_SSR_list_0" ></span >
5858 <!----><span class = " ant-select-selection-placeholder" >input here</span >
5959 </div >
6060 <!---->
0 commit comments