Skip to content

Commit

Permalink
#4601 Chart editor: enable search in columns selects (#4602)
Browse files Browse the repository at this point in the history
  • Loading branch information
kravets-levko committed Feb 9, 2020
1 parent e97510b commit 2f5920d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default function ColumnMappingSelect({ value, availableColumns, type, onC
data-test={`Chart.ColumnMapping.${type}`}
mode={multiple ? "multiple" : "default"}
allowClear
showSearch
placeholder={multiple ? "Choose columns..." : "Choose column..."}
value={value || undefined}
onChange={column => onChange(column || null, type)}>
Expand Down

0 comments on commit 2f5920d

Please sign in to comment.