fixing bugs

This commit is contained in:
andrelandgraf 2019-06-13 00:08:15 +02:00
parent 8747b994e2
commit a28f70572b
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "react-datalist-input",
"version": "1.1.1",
"version": "1.1.2",
"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": "dist/main.js",
"repository": {

View File

@ -1,7 +1,7 @@
import React from 'react';
import PropTypes from 'prop-types';
import './index.css';
import './DataListInput.css';
class DataListInput extends React.Component {
constructor( props ) {