mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	[PUI] Make filter choice drop-down searchable (#7830)
This commit is contained in:
		| @@ -136,6 +136,7 @@ function FilterAddGroup({ | ||||
|         <Select | ||||
|           data={valueOptions} | ||||
|           label={t`Value`} | ||||
|           searchable={true} | ||||
|           placeholder={t`Select filter value`} | ||||
|           onChange={(value: string | null) => setSelectedValue(value)} | ||||
|           maxDropdownHeight={800} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user