Skip to content

Commit a2c0ac3

Browse files
author
yaroslav8765
committed
fix: fix incorrect position of dropdown content
1 parent 2686e9b commit a2c0ac3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adminforth/spa/src/afcl/Select.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ function updateFromProps() {
176176
}
177177
178178
function inputClick() {
179+
setTimeout(() => {
180+
handleScroll();
181+
}, 0);
182+
179183
if (props.readonly) return;
180184
// Toggle local dropdown
181185
showDropdown.value = !showDropdown.value;

0 commit comments

Comments
 (0)