mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-03 18:00:11 +00:00 
			
		
		
		
	Use a configured placeholde instead of hardcoded string
This commit is contained in:
		@@ -569,7 +569,7 @@ viewMultiple2 cfg settings model =
 | 
			
		||||
                (List.map renderSelectMultiple model.selected)
 | 
			
		||||
            , input
 | 
			
		||||
                [ type_ "text"
 | 
			
		||||
                , placeholder "Search…"
 | 
			
		||||
                , placeholder cfg.placeholder
 | 
			
		||||
                , onInput (Filter (cfg.makeOption >> .text))
 | 
			
		||||
                , value model.filterString
 | 
			
		||||
                , class "inline-flex w-16 border-0 px-0 focus:ring-0 h-6"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user