mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
chore: Adds the tests that need to be coded for the Select component (#15885)
This commit is contained in:
committed by
GitHub
parent
7330aefeac
commit
9c81599d21
@@ -484,7 +484,7 @@ const Select = ({
|
||||
onDeselect={handleOnDeselect}
|
||||
onDropdownVisibleChange={handleOnDropdownVisibleChange}
|
||||
onPopupScroll={isAsync ? handlePagination : undefined}
|
||||
onSearch={handleOnSearch}
|
||||
onSearch={shouldShowSearch ? handleOnSearch : undefined}
|
||||
onSelect={handleOnSelect}
|
||||
onClear={() => setSelectValue(undefined)}
|
||||
options={selectOptions}
|
||||
|
||||
Reference in New Issue
Block a user