Merge remote-tracking branch 'origin/main'

main
hs 2025-09-18 11:25:35 +08:00
commit a70c6a7336
9 changed files with 10 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class ItemListWidget {
ValueChanged<String>? onChanged,
ValueChanged<String>? onFieldSubmitted,
int maxLines = 5,
bool showMaxLength = false,
//
bool isNumericInput = false, //
@ -75,6 +76,7 @@ class ItemListWidget {
onChanged: onChanged,
onSubmitted: onFieldSubmitted,
keyboardType: actualKeyboardType,
maxLength: showMaxLength?120:null,
style: TextStyle(fontSize: fontSize),
maxLines: 1,
//

View File

@ -380,6 +380,7 @@ if (reasonText.isEmpty) {
ItemListWidget.singleLineTitleText(
label: '其他安全措施:',
showMaxLength:true,
isEditable: true,
hintText: '请输入其他安全措施',
controller: _otherController,

View File

@ -433,6 +433,7 @@ if (reasonText.isEmpty) {
ItemListWidget.singleLineTitleText(
label: '其他安全措施:',
showMaxLength:true,
isEditable: true,
hintText: '请输入其他安全措施',
controller: _otherController,

View File

@ -392,6 +392,7 @@ if (reasonText.isEmpty) {
ItemListWidget.singleLineTitleText(
label: '其他安全措施:',
showMaxLength:true,
isEditable: true,
hintText: '请输入其他安全措施',
controller: _otherController,

View File

@ -391,6 +391,7 @@ if (reasonText.isEmpty) {
ItemListWidget.singleLineTitleText(
label: '其他安全措施:',
showMaxLength:true,
isEditable: true,
hintText: '请输入其他安全措施',
controller: _otherController,

View File

@ -380,6 +380,7 @@ if (reasonText.isEmpty) {
label: '其他安全措施:',
isEditable: true,
showMaxLength:true,
hintText: '请输入其他安全措施',
controller: _otherController,
),

View File

@ -381,6 +381,7 @@ if (reasonText.isEmpty) {
ItemListWidget.singleLineTitleText(
label: '其他安全措施:',
showMaxLength:true,
isEditable: true,
hintText: '请输入其他安全措施',
controller: _otherController,

View File

@ -394,6 +394,7 @@ if (reasonText.isEmpty) {
ItemListWidget.singleLineTitleText(
label: '其他安全措施:',
showMaxLength:true,
isEditable: true,
hintText: '请输入其他安全措施',
controller: _otherController,

View File

@ -379,6 +379,7 @@ if (reasonText.isEmpty) {
ItemListWidget.singleLineTitleText(
label: '其他安全措施:',
showMaxLength:true,
isEditable: true,
hintText: '请输入其他安全措施',
controller: _otherController,