wvi-test-ui-components
Advanced tools
Comparing version
{ | ||
"name": "wvi-test-ui-components", | ||
"version": "0.0.14998185", | ||
"version": "0.0.14998186", | ||
"description": "React component library for WVI", | ||
@@ -5,0 +5,0 @@ "main": "src/dist/ui.js", |
@@ -26,2 +26,3 @@ import React from 'react'; | ||
value={value} | ||
// value={props.value} | ||
onChange={props.handleChange} | ||
@@ -28,0 +29,0 @@ placeholder={props.settings.placeholder} |
@@ -40,3 +40,3 @@ // Define some dummy JSON objects which will be later requested from the API. | ||
type: 'text', | ||
value: 'Pavel', | ||
value: '', | ||
settings: { | ||
@@ -46,2 +46,3 @@ required: true, | ||
placeholder: 'John Smith', | ||
defaultValue: 'John Smith Default', | ||
maxLength: 20, | ||
@@ -48,0 +49,0 @@ errorMessage: "The field should not exceed @maxLength characters DE", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
6036427
05359
0.04%