@@ -623,7 +623,6 @@ exports[`FormFields <Switch /> should render Switch correctly 1`] = `
623623 onSubmit = { [Function ]}
624624 >
625625 <Switch
626- FieldProvider = { [Function ]}
627626 id = " someIdKey"
628627 input = {
629628 Object {
@@ -670,7 +669,6 @@ exports[`FormFields <Switch /> should render Switch correctly 1`] = `
670669 className = " form-group"
671670 >
672671 <Switch
673- FieldProvider = { [Function ]}
674672 checked = { true }
675673 id = " someIdKey"
676674 offText = " OFF"
@@ -692,7 +690,6 @@ exports[`FormFields <Switch /> should render Switch correctly 1`] = `
692690 tabIndex = { 0 }
693691 >
694692 <input
695- FieldProvider = { [Function ]}
696693 checked = { true }
697694 id = " someIdKey"
698695 onBlur = { [Function ]}
@@ -767,7 +764,6 @@ exports[`FormFields <Switch /> should render Switch with label correctly 1`] = `
767764 onSubmit = { [Function ]}
768765 >
769766 <Switch
770- FieldProvider = { [Function ]}
771767 id = " someIdKey"
772768 input = {
773769 Object {
@@ -826,7 +822,6 @@ exports[`FormFields <Switch /> should render Switch with label correctly 1`] = `
826822 </label >
827823 </ControlLabel >
828824 <Switch
829- FieldProvider = { [Function ]}
830825 checked = { true }
831826 id = " someIdKey"
832827 offText = " OFF"
@@ -848,7 +843,6 @@ exports[`FormFields <Switch /> should render Switch with label correctly 1`] = `
848843 tabIndex = { 0 }
849844 >
850845 <input
851- FieldProvider = { [Function ]}
852846 checked = { true }
853847 id = " someIdKey"
854848 onBlur = { [Function ]}
@@ -923,7 +917,6 @@ exports[`FormFields <Switch /> should render Switch with onText (custom prop) co
923917 onSubmit = { [Function ]}
924918 >
925919 <Switch
926- FieldProvider = { [Function ]}
927920 id = " someIdKey"
928921 input = {
929922 Object {
@@ -971,7 +964,6 @@ exports[`FormFields <Switch /> should render Switch with onText (custom prop) co
971964 className = " form-group"
972965 >
973966 <Switch
974- FieldProvider = { [Function ]}
975967 checked = { true }
976968 id = " someIdKey"
977969 offText = " OFF"
@@ -993,7 +985,6 @@ exports[`FormFields <Switch /> should render Switch with onText (custom prop) co
993985 tabIndex = { 0 }
994986 >
995987 <input
996- FieldProvider = { [Function ]}
997988 checked = { true }
998989 id = " someIdKey"
999990 onBlur = { [Function ]}
@@ -1068,7 +1059,6 @@ exports[`FormFields <Switch /> should render Switch with placeholder correctly 1
10681059 onSubmit = { [Function ]}
10691060 >
10701061 <Switch
1071- FieldProvider = { [Function ]}
10721062 id = " someIdKey"
10731063 input = {
10741064 Object {
@@ -1116,7 +1106,6 @@ exports[`FormFields <Switch /> should render Switch with placeholder correctly 1
11161106 className = " form-group"
11171107 >
11181108 <Switch
1119- FieldProvider = { [Function ]}
11201109 checked = { true }
11211110 id = " someIdKey"
11221111 offText = " OFF"
@@ -1138,7 +1127,6 @@ exports[`FormFields <Switch /> should render Switch with placeholder correctly 1
11381127 tabIndex = { 0 }
11391128 >
11401129 <input
1141- FieldProvider = { [Function ]}
11421130 checked = { true }
11431131 id = " someIdKey"
11441132 onBlur = { [Function ]}
@@ -1213,7 +1201,6 @@ exports[`FormFields <Switch /> should render disabled Switch correctly 1`] = `
12131201 onSubmit = { [Function ]}
12141202 >
12151203 <Switch
1216- FieldProvider = { [Function ]}
12171204 id = " someIdKey"
12181205 input = {
12191206 Object {
@@ -1261,7 +1248,6 @@ exports[`FormFields <Switch /> should render disabled Switch correctly 1`] = `
12611248 className = " form-group"
12621249 >
12631250 <Switch
1264- FieldProvider = { [Function ]}
12651251 checked = { true }
12661252 disabled = { true }
12671253 id = " someIdKey"
@@ -1284,7 +1270,6 @@ exports[`FormFields <Switch /> should render disabled Switch correctly 1`] = `
12841270 tabIndex = { - 1 }
12851271 >
12861272 <input
1287- FieldProvider = { [Function ]}
12881273 checked = { true }
12891274 disabled = { true }
12901275 id = " someIdKey"
@@ -1360,7 +1345,6 @@ exports[`FormFields <Switch /> should render mini Switch correctly 1`] = `
13601345 onSubmit = { [Function ]}
13611346 >
13621347 <Switch
1363- FieldProvider = { [Function ]}
13641348 bsSize = " mini"
13651349 id = " someIdKey"
13661350 input = {
@@ -1408,7 +1392,6 @@ exports[`FormFields <Switch /> should render mini Switch correctly 1`] = `
14081392 className = " form-group"
14091393 >
14101394 <Switch
1411- FieldProvider = { [Function ]}
14121395 bsSize = " mini"
14131396 checked = { true }
14141397 id = " someIdKey"
@@ -1431,7 +1414,6 @@ exports[`FormFields <Switch /> should render mini Switch correctly 1`] = `
14311414 tabIndex = { 0 }
14321415 >
14331416 <input
1434- FieldProvider = { [Function ]}
14351417 checked = { true }
14361418 id = " someIdKey"
14371419 onBlur = { [Function ]}
@@ -1506,7 +1488,6 @@ exports[`FormFields <Switch /> should render readOnly Switch correctly 1`] = `
15061488 onSubmit = { [Function ]}
15071489 >
15081490 <Switch
1509- FieldProvider = { [Function ]}
15101491 id = " someIdKey"
15111492 input = {
15121493 Object {
@@ -1554,7 +1535,6 @@ exports[`FormFields <Switch /> should render readOnly Switch correctly 1`] = `
15541535 className = " form-group"
15551536 >
15561537 <Switch
1557- FieldProvider = { [Function ]}
15581538 checked = { true }
15591539 id = " someIdKey"
15601540 isReadOnly = { true }
@@ -1577,7 +1557,6 @@ exports[`FormFields <Switch /> should render readOnly Switch correctly 1`] = `
15771557 tabIndex = { - 1 }
15781558 >
15791559 <input
1580- FieldProvider = { [Function ]}
15811560 checked = { true }
15821561 disabled = { true }
15831562 id = " someIdKey"
@@ -1653,7 +1632,6 @@ exports[`FormFields <Switch /> should render sm Switch correctly 1`] = `
16531632 onSubmit = { [Function ]}
16541633 >
16551634 <Switch
1656- FieldProvider = { [Function ]}
16571635 bsSize = " mn"
16581636 id = " someIdKey"
16591637 input = {
@@ -1701,7 +1679,6 @@ exports[`FormFields <Switch /> should render sm Switch correctly 1`] = `
17011679 className = " form-group"
17021680 >
17031681 <Switch
1704- FieldProvider = { [Function ]}
17051682 bsSize = " mn"
17061683 checked = { true }
17071684 id = " someIdKey"
@@ -1724,7 +1701,6 @@ exports[`FormFields <Switch /> should render sm Switch correctly 1`] = `
17241701 tabIndex = { 0 }
17251702 >
17261703 <input
1727- FieldProvider = { [Function ]}
17281704 checked = { true }
17291705 id = " someIdKey"
17301706 onBlur = { [Function ]}
0 commit comments