mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-11 08:59:38 +01:00
following eslint rules
This commit is contained in:
parent
9ab4bcfcca
commit
4450e9229a
@ -169,7 +169,7 @@ class DataListInput extends React.Component {
|
|||||||
onKeyUp={event => event.preventDefault()}
|
onKeyUp={event => event.preventDefault()}
|
||||||
>
|
>
|
||||||
{ this.renderItemLabel( currentInput, item )}
|
{ this.renderItemLabel( currentInput, item )}
|
||||||
<input type="hidden" value={item.key} />
|
<input type="hidden" value={item.key} readOnly />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
} )}
|
} )}
|
||||||
|
Loading…
Reference in New Issue
Block a user