You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select.AutoComplete onChange will accept 3 parameters onChange(value, source, item)
Search says it inherits Select.AutoComplete's interface
However, onChange in Search only takes 1 parameter that is value
The text was updated successfully, but these errors were encountered:
Version
1.13.2
Component
Search
Environment
any
Reproduction link
n/a
Steps to reproduce
Select.AutoComplete onChange will accept 3 parameters
onChange(value, source, item)
Search says it inherits Select.AutoComplete's interface
However, onChange in Search only takes 1 parameter that is value
The text was updated successfully, but these errors were encountered: