mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-28 12:11:08 -04:00 
			
		
		
		
	fixed search filter is not working
This commit is contained in:
		| @ -38,6 +38,7 @@ | ||||
|               label="key" | ||||
|               :searchable="true" | ||||
|               :invalid="v$.currentExchangeRate.driver.$error" | ||||
|               track-by="key" | ||||
|               @update:modelValue="resetCurrency" | ||||
|               @input="v$.currentExchangeRate.driver.$touch()" | ||||
|             /> | ||||
| @ -60,6 +61,7 @@ | ||||
|               :options="serverOptions" | ||||
|               :invalid="v$.currencyConverter.type.$error" | ||||
|               label="value" | ||||
|               track-by="value" | ||||
|               @update:modelValue="resetCurrency" | ||||
|             /> | ||||
|           </BaseInputGroup> | ||||
| @ -104,8 +106,8 @@ | ||||
|               :invalid="v$.currentExchangeRate.currencies.$error" | ||||
|               label="code" | ||||
|               track-by="code" | ||||
|               open-direction="top" | ||||
|               @input="v$.currentExchangeRate.currencies.$touch()" | ||||
|               openDirection="top" | ||||
|             /> | ||||
|           </BaseInputGroup> | ||||
|           <!--  For Currency Converter  --> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user