transform input to select (#681)

This commit is contained in:
LawyZheng
2024-08-07 18:51:29 +08:00
committed by GitHub
parent 02a7b3f88a
commit 5c6648bb41
2 changed files with 151 additions and 50 deletions

View File

@@ -906,8 +906,6 @@ async function buildElementTree(
elementTagNameLower === "svg" || element.closest("svg") !== null,
isSelectable:
elementTagNameLower === "select" ||
isReactSelectDropdown(element) ||
isComboboxDropdown(element) ||
isSelect2Dropdown(element) ||
isSelect2MultiChoice(element),
isScrollable: isScrollable(element),