bemto-input
Advanced tools
Comparing version 0.3.0 to 0.3.1
## Changelog | ||
### v0.3.1 (2018-05-21) | ||
- Fixed the input events overwriting. | ||
### v0.3.0 (2018-04-18) | ||
@@ -4,0 +8,0 @@ |
@@ -49,3 +49,3 @@ const bemto = require('bemto-components'); | ||
tag: 'input', | ||
acceptProps: true, | ||
acceptProps: { except: ['onChange', 'onFocus', 'onBlur'] }, | ||
content: { children: true }, | ||
@@ -52,0 +52,0 @@ props: { |
{ | ||
"name": "bemto-input", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Complex input foundation based on bemto-components & styled-components", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
28305