We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa0adc commit 08b6b15Copy full SHA for 08b6b15
src/select-input/select-input.tsx
@@ -117,6 +117,7 @@ export default defineComponent({
117
const mainContent = (
118
<Popup
119
ref="selectInputPopupRef"
120
+ // vue27:ts-ignore
121
trigger={this.popupProps?.trigger || 'click'}
122
placement="bottom-left"
123
visible={this.popupVisible ?? this.innerPopupVisible}
@@ -128,6 +129,7 @@ export default defineComponent({
128
129
on={{
130
'visible-change': this.onInnerPopupVisibleChange,
131
}}
132
133
props={{ ...this.popupProps, overlayInnerStyle: this.tOverlayInnerStyle }}
134
updateScrollTop={this.updateScrollTop}
135
>
0 commit comments