fix: el-seleect 可创建条目 以及 el-autocomplete 添加最大长度为64的限制
This commit is contained in:
@@ -940,7 +940,7 @@
|
||||
style="margin-right: 10px"
|
||||
@change="change('valueMapping', index)"
|
||||
filterable
|
||||
allow-create
|
||||
allow-create :maxlength="64"
|
||||
default-first-option
|
||||
>
|
||||
<el-option
|
||||
@@ -1018,7 +1018,7 @@
|
||||
size="small"
|
||||
@change="change"
|
||||
filterable
|
||||
allow-create
|
||||
allow-create :maxlength="64"
|
||||
default-first-option
|
||||
>
|
||||
<el-option
|
||||
|
||||
Reference in New Issue
Block a user