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:
parent
d0a04cde49
commit
a4a2bf7ae9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue