Skip to content

Commit 5354717

Browse files
committed
Updated to version 1.0.6 with a Fix for ReactstrapSelectInput
1 parent f9c2404 commit 5354717

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/ReactstrapSelectInput.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
22

33
import * as React from 'react';
4-
import { FormGroup, Input, Label } from "reactstrap";
4+
import { FormFeedback, FormGroup, Input, Label } from "reactstrap";
55

66
/*let handleBlur = event => {
77
if (this.ignoreNextBlur === true) {
@@ -56,7 +56,7 @@ var ReactstrapSelectInput = function ReactstrapSelectInput(_ref) {
5656
})
5757
),
5858
touch && error && React.createElement(
59-
"p",
59+
FormFeedback,
6060
null,
6161
error
6262
)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactstrap-formik",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"dependencies": {
55
"bootstrap": "^4.1.3",
66
"formik": "^1.3.0",

0 commit comments

Comments
 (0)