You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| tags | when tagging is enabled the user can select from pre-existing options or create a new tag by picking the first choice, which is what the user has typed into the search box so far. | bool | false |
exports[`Select.SSR should work 1`] =`"<divclass="rc-select rc-select-single rc-select-show-arrow"><divclass="rc-select-selector"><spanclass="rc-select-selection-search"><inputtype="search"autoComplete="off"class="rc-select-selection-search-input"role="combobox"aria-expanded="false"aria-haspopup="listbox"aria-owns="undefined_list"aria-autocomplete="list"aria-controls="undefined_list"aria-activedescendant="undefined_list_0"value=""readonly=""unselectable="on"style="opacity:0"/></span><spanclass="rc-select-selection-placeholder"></span></div><spanclass="rc-select-arrow"style="user-select:none;-webkit-user-select:none"unselectable="on"aria-hidden="true"><spanclass="rc-select-arrow-icon"></span></span></div>"`;
3
+
exports[`Select.SSR should work 1`] =`"<divclass="rc-select rc-select-single"><divclass="rc-select-selector"><spanclass="rc-select-selection-search"><inputtype="search"autoComplete="off"class="rc-select-selection-search-input"role="combobox"aria-expanded="false"aria-haspopup="listbox"aria-owns="undefined_list"aria-autocomplete="list"aria-controls="undefined_list"aria-activedescendant="undefined_list_0"value=""readonly=""unselectable="on"style="opacity:0"/></span><spanclass="rc-select-selection-placeholder"></span></div></div>"`;
0 commit comments