AutoComplete extend placement
The placement add value 'top-start', 'bottom-start', 'top-end', 'bottom-end'
This commit is contained in:
parent
9de03cf9f5
commit
12c7b289dc
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
placement: {
|
placement: {
|
||||||
validator (value) {
|
validator (value) {
|
||||||
return oneOf(value, ['top', 'bottom']);
|
return oneOf(value, ['top', 'bottom', 'top-start', 'bottom-start', 'top-end', 'bottom-end']);
|
||||||
},
|
},
|
||||||
default: 'bottom'
|
default: 'bottom'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue