[WIP] Добавил маску на полисы страховок и скролл модального окна категории

This commit is contained in:
megavrilinvv
2023-04-19 12:48:29 +03:00
parent a1d413fb11
commit 3c210a781a
3 changed files with 24 additions and 5 deletions

View File

@@ -246,11 +246,13 @@ export const baseInsuranceForm = [
key: "series",
label: "Серия",
type: "text",
inputMask: "######",
},
{
key: "number",
label: "Номер",
type: "text",
inputMask: "##########",
},
{
key: "photo",
@@ -267,11 +269,13 @@ export const baseInsuranceForm = [
key: "series",
label: "Серия",
type: "text",
inputMask: "######",
},
{
key: "number",
label: "Номер",
type: "text",
inputMask: "##########",
},
{
key: "photo",