File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,10 +22,8 @@ exports[`TreeSelect.multiple can hide search box by showSearch = false 1`] = `
2222 >
2323 <input
2424 aria-autocomplete = " list"
25- aria-controls = " test-id_list"
2625 aria-expanded = " false"
2726 aria-haspopup = " listbox"
28- aria-owns = " test-id_list"
2927 autocomplete = " off"
3028 class = " rc-tree-select-input"
3129 id = " test-id"
Original file line number Diff line number Diff line change @@ -81,10 +81,8 @@ exports[`TreeSelect.basic render renders correctly 1`] = `
8181 >
8282 <input
8383 aria-autocomplete = " list"
84- aria-controls = " test-id_list"
8584 aria-expanded = " false"
8685 aria-haspopup = " listbox"
87- aria-owns = " test-id_list"
8886 autocomplete = " off"
8987 class = " awesome-input"
9088 id = " test-id"
@@ -112,10 +110,8 @@ exports[`TreeSelect.basic render renders disabled correctly 1`] = `
112110 />
113111 <input
114112 aria-autocomplete = " list"
115- aria-controls = " test-id_list"
116113 aria-expanded = " false"
117114 aria-haspopup = " listbox"
118- aria-owns = " test-id_list"
119115 autocomplete = " off"
120116 class = " rc-tree-select-input"
121117 disabled = " "
You can’t perform that action at this time.
0 commit comments