Skip to content

Commit a72e977

Browse files
committed
feat: the input now exposes it's suggestion component if the slot is not used
1 parent cfdbece commit a72e977

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/LibInput/LibInput.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,12 @@ const multivaluesProps = computed(() => ({
326326
class: undefined,
327327
}))
328328
329+
330+
defineExpose({
331+
suggestionsComponent,
332+
el: inputWrapperEl,
333+
inputValue
334+
})
329335
</script>
330336
<script lang="ts">
331337

0 commit comments

Comments
 (0)