Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(FilterableMultiSelect): remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Apr 8, 2019
1 parent 933684d commit aa44320
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MultiSelect/FilterableMultiSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ export default class FilterableMultiSelect extends React.Component {
disabled={disabled}
invalid={invalid}
invalidText={invalidText}
innerTabIndex="-1"
{...getRootProps({ refKey: 'innerRef' })}>
<ListBox.Field id={id} {...getButtonProps({ disabled })}>
{selectedItem.length > 0 && (
Expand Down

0 comments on commit aa44320

Please sign in to comment.