Fix input size for hexadecimal values
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
parent
f43f9168c0
commit
1474bb1ad6
@ -2327,7 +2327,7 @@ class InsertEdit
|
||||
$column,
|
||||
$columnNameAppendix,
|
||||
$specialChars,
|
||||
min(max($column['len'], 4), $GLOBALS['cfg']['LimitChars']),
|
||||
min(max($column['len'] * 2, 4), $GLOBALS['cfg']['LimitChars']),
|
||||
$onChangeClause,
|
||||
$tabindex,
|
||||
$tabindexForValue,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user