Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 376ad4f

Browse files
committed
Expose input ref from BFormInput
1 parent 1e9466a commit 376ad4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/bootstrap-vue-next/src/components/BFormInput/BFormInput.vue

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const computedClasses = computed(() => {
111111
defineExpose({
112112
focus,
113113
blur,
114+
input,
114115
})
115116
116117
// const highlight = () => {

0 commit comments

Comments
 (0)