Use same limit for searchable dropdowns

This commit is contained in:
Eike Kettner
2020-06-09 22:57:21 +02:00
parent a3b482fa13
commit 80131522de
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ makeDropdownModel : Comp.Dropdown.Model Tag
makeDropdownModel =
Comp.Dropdown.makeModel
{ multiple = True
, searchable = \n -> n > 4
, searchable = \n -> n > 5
, makeOption = \tag -> { value = tag.id, text = tag.name }
, labelColor =
\tag ->