This repository was archived by the owner on Dec 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " @harshitpant/ material-ui-chip-input" ,
3- "version" : " 2 .0.5 " ,
2+ "name" : " material-ui-chip-input" ,
3+ "version" : " 1 .0.0-beta.7 " ,
44 "typings" : " typings/index.d.ts" ,
55 "description" : " A chip input field using Material-UI." ,
66 "main" : " lib/ChipInput.js" ,
Original file line number Diff line number Diff line change 11import * as React from 'react' ;
2- import { FormHelperTextProps } from '@material-ui/core/FormHelperText'
3- import { InputProps } from '@material-ui/core/Input'
4- import { InputLabelProps } from '@material-ui/core/InputLabel'
2+ import { FormHelperTextProps } from '@material-ui/core/FormHelperText' ;
3+ import { InputProps } from '@material-ui/core/Input' ;
4+ import { InputLabelProps } from '@material-ui/core/InputLabel' ;
55
66export interface ChipRendererArgs {
77 value : string ;
@@ -44,7 +44,7 @@ export interface Props {
4444 onBeforeAdd ?: ( chip : any ) => boolean ;
4545 onChange ?: ( chips : any [ ] ) => any ;
4646 onDelete ?: ( chip :any , index : number ) => any ;
47- onUpdateInput ?: React . EventHandler < any >
47+ onUpdateInput ?: React . EventHandler < any > ;
4848 placeholder ?: string ;
4949 value ?: any [ ] ;
5050 error ?: boolean ;
You can’t perform that action at this time.
0 commit comments