mirror of https://github.com/ElemeFE/element
Select Autocomplete: change dropdown popper default options (#7227)
parent
9e67ec3506
commit
58542b3a5e
|
@ -57,7 +57,6 @@
|
|||
options: {
|
||||
default() {
|
||||
return {
|
||||
forceAbsolute: true,
|
||||
gpuAcceleration: false
|
||||
};
|
||||
}
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
popperOptions: {
|
||||
default() {
|
||||
return {
|
||||
forceAbsolute: true,
|
||||
gpuAcceleration: false
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue