Skip to content

Commit

Permalink
Merge pull request #3078 from nextcloud/fix/noid/textfield-ref
Browse files Browse the repository at this point in the history
  • Loading branch information
raimund-schluessler committed Aug 21, 2022
2 parents ced6d3d + 44def03 commit 9109d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcTextField/NcTextField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export default {

<template>
<NcInputField v-bind="$props"
ref="inputField"
v-on="$listeners"
@input="handleInput">
<!-- Default slot for the leading icon -->
Expand Down

0 comments on commit 9109d96

Please sign in to comment.