There are different restrictions between maxLength modification and new operation.

problem description

when I add a new operation, I can enter 16 characters, and if I modify it, I can enter 32 characters? I limited to 64, ah, in theory should be able to enter 32, would like to ask where the problem is?

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

<form-Item prop="DICT_ITEM_NAME" label="" :label-width="80">
            <i-input type="text" v-model="dictItemInfo.DICT_ITEM_NAME" placeholder="" maxLength="64"  style="width: 200px">
            </i-input>
        </form-Item>

what result do you expect? What is the error message actually seen?

Dec.07,2021

add a (colon) before maxLength: (colon) try


maxlength lowercase

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b325b7-e358.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b325b7-e358.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?