From 35cefebe0e58b59d6b210efd468bdb221ccd2e72 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Fri, 17 Apr 2020 10:56:16 +0300 Subject: [PATCH] Refactor --- src/components/multiselect/MultiSelect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/multiselect/MultiSelect.js b/src/components/multiselect/MultiSelect.js index 4ca21a5fa5..2f89e28419 100644 --- a/src/components/multiselect/MultiSelect.js +++ b/src/components/multiselect/MultiSelect.js @@ -519,7 +519,7 @@ export class MultiSelect extends Component { {hiddenSelect}
this.focusInput = el} aria-haspopup="listbox" - aria-labelledby={this.props.ariaLabelledBy} inputId={this.props.inputId} /> + aria-labelledby={this.props.ariaLabelledBy} id={this.props.inputId} />
{label}