webmotors-webinput
Advanced tools
Comparing version
@@ -559,3 +559,9 @@ const React = require('react'); | ||
( | ||
value === '' && <option value="">{' '}</option>, | ||
value === '' && React.createElement( | ||
'option', | ||
{ | ||
value: '', | ||
}, | ||
' ', | ||
), | ||
props.children | ||
@@ -562,0 +568,0 @@ ) |
{ | ||
"name": "webmotors-webinput", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Component Webmotors Web Input types", | ||
@@ -5,0 +5,0 @@ "dependencies" : { |
31313
1.02%702
0.86%