@@ -4,7 +4,7 @@ exports[`renders ./components/auto-complete/demo/basic.vue correctly 1`] = `
4
4
<div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-show-search" >
5
5
<!---->
6
6
<!---->
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 >
8
8
<!----><span class = " ant-select-selection-placeholder" >input here</span >
9
9
</div >
10
10
<!---->
@@ -42,7 +42,7 @@ exports[`renders ./components/auto-complete/demo/non-case-sensitive.vue correctl
42
42
<div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-show-search" >
43
43
<!---->
44
44
<!---->
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 >
46
46
<!----><span class = " ant-select-selection-placeholder" >input here</span >
47
47
</div >
48
48
<!---->
@@ -54,7 +54,7 @@ exports[`renders ./components/auto-complete/demo/options.vue correctly 1`] = `
54
54
<div style = " width: 200px;" class = " ant-select ant-select-show-search ant-select-auto-complete ant-select-single ant-select-show-search" >
55
55
<!---->
56
56
<!---->
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 >
58
58
<!----><span class = " ant-select-selection-placeholder" >input here</span >
59
59
</div >
60
60
<!---->
0 commit comments