rc-input-number
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -173,3 +173,3 @@ 'use strict'; | ||
className: prefixCls + '-handler ' + prefixCls + '-handler-up ' + upDisabledClass }, | ||
React.createElement('div', { unselectable: 'unselectable', className: prefixCls + '-handler-up-inner' }) | ||
React.createElement('a', { unselectable: 'unselectable', className: prefixCls + '-handler-up-inner', href: '#', onClick: preventDefault }) | ||
), | ||
@@ -183,3 +183,3 @@ React.createElement( | ||
className: prefixCls + '-handler ' + prefixCls + '-handler-down ' + downDisabledClass }, | ||
React.createElement('div', { unselectable: 'unselectable', className: prefixCls + '-handler-down-inner' }) | ||
React.createElement('a', { unselectable: 'unselectable', className: prefixCls + '-handler-down-inner', href: '#', onClick: preventDefault }) | ||
) | ||
@@ -186,0 +186,0 @@ ), |
{ | ||
"name": "rc-input-number", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "input-number ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
13545