Commit 58542b3a authored by wenqing's avatar wenqing Committed by 杨奕

Select Autocomplete: change dropdown popper default options (#7227)

parent 9e67ec35
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
options: { options: {
default() { default() {
return { return {
forceAbsolute: true,
gpuAcceleration: false gpuAcceleration: false
}; };
} }
......
...@@ -29,7 +29,6 @@ ...@@ -29,7 +29,6 @@
popperOptions: { popperOptions: {
default() { default() {
return { return {
forceAbsolute: true,
gpuAcceleration: false gpuAcceleration: false
}; };
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment