File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { mount } from 'enzyme';
33import Form , {
44 Input ,
55 Fieldset ,
6- Index ,
6+ FieldsetIndex ,
77 If ,
88} from '../src' ;
99
@@ -246,7 +246,7 @@ describe('Fieldset', () => {
246246 const wrapper = mount ( (
247247 < Form value = { value } >
248248 < Fieldset name = "data" >
249- < Index />
249+ < FieldsetIndex />
250250 < Input name = "inputValue" />
251251 </ Fieldset >
252252 </ Form >
@@ -318,7 +318,7 @@ describe('Fieldset', () => {
318318 < Form value = { value } >
319319 < Fieldset name = "data" >
320320 < Input name = "." />
321- < Index
321+ < FieldsetIndex
322322 render = { ( { index } ) =>
323323 < button onClick = { evn => onClick ( index , evn ) } />
324324 }
@@ -344,7 +344,7 @@ describe('Fieldset', () => {
344344 < Form value = { value } >
345345 < Fieldset name = "data" >
346346 < Input name = "." />
347- < Index
347+ < FieldsetIndex
348348 render = { ( { index } ) =>
349349 < button onClick = { evn => onClick ( index , evn ) } />
350350 }
Original file line number Diff line number Diff line change 11{
22 "name" : " react-form-controlled" ,
3- "version" : " 0.17.19 " ,
3+ "version" : " 0.17.20 " ,
44 "description" : " Intuitive react forms for building powerful applications" ,
55 "author" : {
66 "name" : " Zlatko Fedor" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export Textarea from './Textarea';
66export Fieldset from './Fieldset' ;
77export Tbody from './Tbody' ;
88export Word from './Word' ;
9- export Index from './FieldsetIndex' ;
9+ export FieldsetIndex from './FieldsetIndex' ;
1010export If from './If' ;
1111export Element from './Element' ;
1212export Integrate from './Integrate' ;
You can’t perform that action at this time.
0 commit comments