Skip to content

Commit

Permalink
Make multiselect input focussable
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Aug 12, 2023
1 parent 0144d35 commit 421d5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ class FormMultiSelectInputField extends React.Component {
className="rjf-multiselect-field-input"
onClick={this.props.onClick}
ref={this.props.inputRef}
tabIndex={0}
>
{
this.props.value.length ?
Expand Down

0 comments on commit 421d5cf

Please sign in to comment.