Skip to content

Commit dfe536c

Browse files
committed
feat: autofocus for "Name" with tags
ref issue #3749
1 parent 4b4a550 commit dfe536c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/AssetsLibrary/FilterColHeader.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ class FilterColHeader extends React.Component {
120120
return (
121121
<Formsy.Form>
122122
<TCFormFields.TextInput
123+
inputRef={(input) => { this.textInputFilter = input }}
123124
label="Name"
124125
type="text"
125126
name="name.name"

0 commit comments

Comments
 (0)