filter_box: allow creatable entries (#2804)

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.
This commit is contained in:
Marek Vavruša 2017-05-24 14:41:58 -07:00 committed by Maxime Beauchemin
parent d0a04cde49
commit a4a2bf7ae9
1 changed files with 1 additions and 1 deletions

View File

@ -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