Skip to content

Commit 411e662

Browse files
committed
refactor: change inputClick function to async for improved handling
1 parent 9d2fdda commit 411e662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/afcl/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function updateFromProps() {
186186
}
187187
}
188188
189-
function inputClick() {
189+
async function inputClick() {
190190
if (props.readonly && !props.searchDisabled) return;
191191
// Toggle local dropdown
192192
showDropdown.value = !showDropdown.value;

0 commit comments

Comments
 (0)