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
|
||||
},
|
||||
placement: {
|
||||
validator (value) {
|
||||
return oneOf(value, ['top', 'bottom']);
|
||||
validator (value) {
|
||||
return oneOf(value, ['top', 'bottom', 'top-start', 'bottom-start', 'top-end', 'bottom-end']);
|
||||
},
|
||||
default: 'bottom'
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue