Skip to content

Commit

Permalink
filter_box: allow creatable entries (#2804)
Browse files Browse the repository at this point in the history
The reason is that it should be able to create arbitrary filters
over attributes with very high cardinality, where loading all
possible combinations into the filter box is infeasible,
e.g. IPv6 addresses.
  • Loading branch information
vavrusa authored and mistercrunch committed May 24, 2017
1 parent d0a04cd commit a4a2bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/assets/visualizations/filter_box.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class FilterBox extends React.Component {
return (
<div key={filter} className="m-b-5">
{filter}
<Select
<Select.Creatable
placeholder={`Select [${filter}]`}
key={filter}
multi
Expand Down

0 comments on commit a4a2bf7

Please sign in to comment.