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