Commit 2e4e5906 authored by Will Lee's avatar Will Lee Committed by 杨奕

Autocomplete: add popperOptions (#10411)

parent 3a37a741
......@@ -38,6 +38,7 @@
<el-autocomplete-suggestions
visible-arrow
:class="[popperClass ? popperClass : '']"
popperOptions="popperOptions"
ref="suggestions"
placement="bottom-start"
:id="id">
......@@ -87,6 +88,7 @@
default: 'value'
},
popperClass: String,
popperOptions: Object,
placeholder: String,
disabled: Boolean,
name: String,
......
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