mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-02 17:37:50 +01:00
fixing bugs
This commit is contained in:
parent
8747b994e2
commit
a28f70572b
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-datalist-input",
|
"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.",
|
"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",
|
"main": "dist/main.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
|
|
||||||
import './index.css';
|
import './DataListInput.css';
|
||||||
|
|
||||||
class DataListInput extends React.Component {
|
class DataListInput extends React.Component {
|
||||||
constructor( props ) {
|
constructor( props ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user