mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-03 18:00:11 +00:00 
			
		
		
		
	Use same limit for searchable dropdowns
This commit is contained in:
		@@ -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 ->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user