Skip to content

Commit

Permalink
Merge pull request #256 from blueo/pulls/add-onBlur-handler
Browse files Browse the repository at this point in the history
Add onBlur handler back
  • Loading branch information
GuySartorelli authored Aug 21, 2023
2 parents cc2016a + 92823c7 commit 02aa14a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/js/bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/src/components/TagField.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ class TagField extends Component {
isDisabled={disabled}
cacheOptions
onChange={this.handleChange}
onBlur={this.handleOnBlur}
{...optionAttributes}
getOptionLabel={(option) => option[labelKey]}
getOptionValue={(option) => option[valueKey]}
Expand Down

0 comments on commit 02aa14a

Please sign in to comment.