rc-select
Advanced tools
Comparing version 3.3.2 to 3.3.3
@@ -391,3 +391,4 @@ 'use strict'; | ||
{ className: joinClasses(prefixCls + '-search', prefixCls + '-search--inline') }, | ||
input | ||
input, | ||
React.createElement('i', { className: 'anticon anticon-search' }) | ||
) | ||
@@ -501,3 +502,3 @@ ); | ||
filterOption: true, | ||
allowClear: true, | ||
allowClear: false, | ||
onChange: noop, | ||
@@ -504,0 +505,0 @@ onSelect: noop, |
{ | ||
"name": "rc-select", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "select ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -113,3 +113,3 @@ # rc-select | ||
<td></td> | ||
<td>true</td> | ||
<td>false</td> | ||
<td></td> | ||
@@ -188,3 +188,3 @@ </tr> | ||
online example: http://react-component.github.io/select/build/examples/ | ||
online example: http://react-component.github.io/select/examples/ | ||
@@ -191,0 +191,0 @@ ## Test Case |
Sorry, the diff of this file is not supported yet
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
28299
702