react-input
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -35,3 +35,3 @@ 'use strict'; | ||
_react2.default.createElement('input', _extends({}, props, { | ||
id: props.name, | ||
id: props.id, | ||
className: 'input', | ||
@@ -38,0 +38,0 @@ onChange: handleChange |
{ | ||
"name": "react-input", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Easy forms for React", | ||
@@ -5,0 +5,0 @@ "main": "dist/form.js", |
@@ -23,3 +23,3 @@ import React, { Component, PropTypes } from 'react'; | ||
{...props} | ||
id={props.name} | ||
id={props.id} | ||
className="input" | ||
@@ -26,0 +26,0 @@ onChange={handleChange} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23288