Skip to content

Commit 88b014c

Browse files
author
edwardxiao
committed
- remove console.log id
1 parent 057b681 commit 88b014c

7 files changed

+6
-7
lines changed

lib/components/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-inputs-validation",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "A react component for form inputs validation.",
55
"main": "index.js",
66
"repository": {

src/js/Inputs/Textbox.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ const component: React.FC<Props> = ({
449449
if (showMsg && !err && successMsg !== '') {
450450
msgHtml = <div className={successMsgClass}>{successMsg}</div>;
451451
}
452-
console.log(attributesInput.id)
453452
return (
454453
<div className={wrapperClass} style={customStyleWrapper} {...attributesWrapper}>
455454
<div className={containerClass} style={customStyleContainer}>

0 commit comments

Comments
 (0)