webmotors-webinput
Advanced tools
Comparing version
22
index.js
@@ -628,15 +628,13 @@ const React = require('react'); | ||
}, | ||
( | ||
console.log(this.renderPlaceholder()), | ||
React.createElement( | ||
'div', | ||
{ | ||
className: 'inputtext__input', | ||
ref: this.input, | ||
id: this.state.id, | ||
}, | ||
value | ||
), | ||
this.renderDescription() | ||
this.renderPlaceholder(), | ||
React.createElement( | ||
'div', | ||
{ | ||
className: 'inputtext__input', | ||
ref: this.input, | ||
id: this.state.id, | ||
}, | ||
value | ||
), | ||
this.renderDescription() | ||
) | ||
@@ -643,0 +641,0 @@ ) |
{ | ||
"name": "webmotors-webinput", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Component Webmotors Web Input types", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
31200
-0.41%700
-0.28%