Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Apr 17, 2020
1 parent 9750f70 commit 35cefeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/multiselect/MultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ export class MultiSelect extends Component {
{hiddenSelect}
<div className="p-hidden-accessible">
<input readOnly type="text" onFocus={this.onFocus} onBlur={this.onBlur} ref={el => this.focusInput = el} aria-haspopup="listbox"
aria-labelledby={this.props.ariaLabelledBy} inputId={this.props.inputId} />
aria-labelledby={this.props.ariaLabelledBy} id={this.props.inputId} />
</div>
{label}
<div className="p-multiselect-trigger">
Expand Down

0 comments on commit 35cefeb

Please sign in to comment.