docs: fix onChange description repeated twice (#36013)

This commit is contained in:
Taisuke Hinata 2022-06-12 19:29:40 +09:00 committed by GitHub
parent e9630608fe
commit f93480a61d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ The differences with Select are:
| status | Set validation status | 'error' \| 'warning' | - | 4.19.0 | | status | Set validation status | 'error' \| 'warning' | - | 4.19.0 |
| value | Selected option | string | - | | | value | Selected option | string | - | |
| onBlur | Called when leaving the component | function() | - | | | onBlur | Called when leaving the component | function() | - | |
| onChange | Called when select an option or input value change, or value of input is changed | function(value) | - | | | onChange | Called when selecting an option or changing an input value | function(value) | - | |
| onDropdownVisibleChange | Call when dropdown open | function(open) | - | | | onDropdownVisibleChange | Call when dropdown open | function(open) | - | |
| onFocus | Called when entering the component | function() | - | | | onFocus | Called when entering the component | function() | - | |
| onSearch | Called when searching items | function(value) | - | | | onSearch | Called when searching items | function(value) | - | |