feat: input required check

This commit is contained in:
2026-03-20 15:18:56 +08:00
parent 74e9f5a827
commit a663609eeb
2 changed files with 20 additions and 0 deletions

View File

@@ -59,6 +59,7 @@
android:layout_weight="1"
enable="@{true}"
hint='@{"请输入名称"}'
required="@{true}"
title='@{"名称"}'
titleLength="@{5}"
type="@{DataLayoutType.INPUT}"
@@ -71,6 +72,7 @@
enable="@{true}"
hint='@{"请选择国家代码"}'
list="@{viewModel.countryCodeList}"
required="@{true}"
title='@{"国家代码"}'
titleLength="@{5}"
type="@{DataLayoutType.SPINNER}"
@@ -83,6 +85,7 @@
enable="@{true}"
hint='@{"请选择通讯方式"}'
list="@{viewModel.comTypeList}"
required="@{true}"
title='@{"通讯方式"}'
titleLength="@{5}"
type="@{DataLayoutType.SPINNER}"
@@ -103,6 +106,7 @@
android:layout_weight="1"
enable="@{true}"
hint='@{"请输入联系号码"}'
required="@{true}"
title='@{"联系号码"}'
titleLength="@{5}"
type="@{DataLayoutType.INPUT}"
@@ -154,6 +158,7 @@
android:layout_weight="1"
enable="@{true}"
hint='@{"请输入名称"}'
required="@{true}"
title='@{"名称"}'
titleLength="@{5}"
type="@{DataLayoutType.INPUT}"
@@ -166,6 +171,7 @@
enable="@{true}"
hint='@{"请选择国家代码"}'
list="@{viewModel.countryCodeList}"
required="@{true}"
title='@{"国家代码"}'
titleLength="@{5}"
type="@{DataLayoutType.SPINNER}"
@@ -178,6 +184,7 @@
enable="@{true}"
hint='@{"请选择通讯方式"}'
list="@{viewModel.comTypeList}"
required="@{true}"
title='@{"通讯方式"}'
titleLength="@{5}"
type="@{DataLayoutType.SPINNER}"
@@ -198,6 +205,7 @@
android:layout_weight="1"
enable="@{true}"
hint='@{"请输入联系号码"}'
required="@{true}"
title='@{"联系号码"}'
titleLength="@{5}"
type="@{DataLayoutType.INPUT}"