elements/Select: fix search

This commit is contained in:
Chika 2022-07-11 18:26:26 +03:00
parent d164e024b9
commit b03609c114

View File

@ -152,15 +152,19 @@ const props: Partial<ElementsProps> = {
},
selectLeaseObjectType: {
showSearch: true,
optionFilterProp: 'label',
},
selectBrand: {
showSearch: true,
optionFilterProp: 'label',
},
selectModel: {
showSearch: true,
optionFilterProp: 'label',
},
selectConfiguration: {
showSearch: true,
optionFilterProp: 'label',
},
tbxLeaseObjectCount: {
min: 1,
@ -169,6 +173,7 @@ const props: Partial<ElementsProps> = {
},
selectLeaseObjectUseFor: {
showSearch: true,
optionFilterProp: 'label',
},
tbxLeaseObjectYear: {
min: 1994,
@ -179,6 +184,7 @@ const props: Partial<ElementsProps> = {
},
selectEngineType: {
showSearch: true,
optionFilterProp: 'label',
},
tbxLeaseObjectMotorPower: {
min: 0,
@ -221,6 +227,7 @@ const props: Partial<ElementsProps> = {
},
selectDealer: {
showSearch: true,
optionFilterProp: 'label',
},
tbxDealerRewardSumm: {
min: 0,
@ -281,9 +288,11 @@ const props: Partial<ElementsProps> = {
},
selectRegionRegistration: {
showSearch: true,
optionFilterProp: 'label',
},
selectTownRegistration: {
showSearch: true,
optionFilterProp: 'label',
},
radioQuoteContactGender: {
optionType: 'button',
@ -328,12 +337,15 @@ const props: Partial<ElementsProps> = {
},
selectLead: {
showSearch: true,
optionFilterProp: 'label',
},
selectOpportunity: {
showSearch: true,
optionFilterProp: 'label',
},
selectQuote: {
showSearch: true,
optionFilterProp: 'label',
},
btnCalculate: {
text: 'Рассчитать график',
@ -393,6 +405,7 @@ const props: Partial<ElementsProps> = {
},
selectObjectRegionRegistration: {
showSearch: true,
optionFilterProp: 'label',
},
tbxInsKaskoPriceLeasePeriod: {
min: 0,
@ -404,9 +417,11 @@ const props: Partial<ElementsProps> = {
},
selectLegalClientRegion: {
showSearch: true,
optionFilterProp: 'label',
},
selectLegalClientTown: {
showSearch: true,
optionFilterProp: 'label',
},
radioInfuranceOPF: {
optionType: 'button',