wvi-test-ui-components
Advanced tools
Comparing version
{ | ||
"name": "wvi-test-ui-components", | ||
"version": "0.0.14998186", | ||
"version": "0.0.14998187", | ||
"description": "React component library for WVI", | ||
@@ -5,0 +5,0 @@ "main": "src/dist/ui.js", |
@@ -25,4 +25,4 @@ import React from 'react'; | ||
type={props.type} | ||
value={value} | ||
// value={props.value} | ||
// value={value} | ||
value={props.value} | ||
onChange={props.handleChange} | ||
@@ -29,0 +29,0 @@ placeholder={props.settings.placeholder} |
Sorry, the diff of this file is too big to display