输入框优化

This commit is contained in:
JenniferW 2025-12-12 10:56:01 +08:00
parent a752238c78
commit ace301a637
1 changed files with 8 additions and 0 deletions

View File

@ -783,6 +783,14 @@ const mergeFieldMetadata = (fields = []) => {
//
const addDiffFieldToInput = (field) => {
//
if (fieldLabelExists(field.label)) {
//
focusFieldLabel(field.label);
return;
}
//
//
let separator = "";
if (