mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-02 17:37:50 +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()}
|
||||
>
|
||||
{ this.renderItemLabel( currentInput, item )}
|
||||
<input type="hidden" value={item.key} />
|
||||
<input type="hidden" value={item.key} readOnly />
|
||||
</div>
|
||||
);
|
||||
} )}
|
||||
|
Loading…
Reference in New Issue
Block a user