mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-02 17:37:50 +01:00
i really need to add linting here...
This commit is contained in:
parent
b59f4410a0
commit
996553f044
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-datalist-input",
|
||||
"version": "1.1.9",
|
||||
"version": "1.1.10",
|
||||
"description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.",
|
||||
"main": "./lib/DataListInput.js",
|
||||
"license": "MIT",
|
||||
|
@ -40,7 +40,7 @@ class DataListInput extends React.Component {
|
||||
visible: true,
|
||||
} );
|
||||
} else {
|
||||
his.setState( { currentInput } )
|
||||
this.setState( { currentInput } )
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user