Skip to content

Commit 421d5cf

Browse files
committed
Make multiselect input focussable
1 parent 0144d35 commit 421d5cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ class FormMultiSelectInputField extends React.Component {
250250
className="rjf-multiselect-field-input"
251251
onClick={this.props.onClick}
252252
ref={this.props.inputRef}
253+
tabIndex={0}
253254
>
254255
{
255256
this.props.value.length ?

0 commit comments

Comments
 (0)