[#6066] updated text field validation message
This commit is contained in:
@@ -683,7 +683,8 @@
|
||||
placeholder={!isLoading && !CommonHelper.isEmpty(idField?.autogeneratePattern)
|
||||
? "Leave empty to auto generate..."
|
||||
: ""}
|
||||
minlength={idField?.min}
|
||||
minlength={idField?.min || null}
|
||||
maxlength={idField?.max || null}
|
||||
readonly={!isNew}
|
||||
bind:value={record.id}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user