mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
Update rc-select
This commit is contained in:
parent
076c40ac31
commit
bf4ad93f2c
@ -55,6 +55,7 @@ Select component to select value from options.
|
||||
| onFocus | Called when focus | function | - |
|
||||
| onMouseEnter | Called when mouse enter | function | - |
|
||||
| onMouseLeave | Called when mouse leave | function | - |
|
||||
| onPopupScroll | Called when dropdown scrolls | function | - |
|
||||
| onSearch | Callback function that is fired when input changed. | function(value: string) | |
|
||||
| onSelect | Called when a option is selected, the params are option's value (or key) and option instance. | function(value, option) | - |
|
||||
|
||||
|
@ -56,6 +56,7 @@ title: Select
|
||||
| onFocus | 获得焦点时回调 | function | - |
|
||||
| onMouseEnter | 鼠标移入时回调 | function | - |
|
||||
| onMouseLeave | 鼠标移出时回调 | function | - |
|
||||
| onPopupScroll | 下拉列表滚动时的回调 | function | - |
|
||||
| onSearch | 文本框值变化时回调 | function(value: string) | |
|
||||
| onSelect | 被选中时调用,参数为选中项的 value (或 key) 值 | function(value, option) | - |
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
||||
"rc-pagination": "~1.12.4",
|
||||
"rc-progress": "~2.2.2",
|
||||
"rc-rate": "~2.2.0",
|
||||
"rc-select": "~7.1.0",
|
||||
"rc-select": "~7.2.0",
|
||||
"rc-slider": "~8.4.0",
|
||||
"rc-steps": "~3.0.0",
|
||||
"rc-switch": "~1.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user