👨🏻‍💻👩🏻‍💻 Use Ant Design like a Pro!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

490 B

title subtitle cols order
HeaderSearch 顶部搜索框 1 8

用在顶部导航上,提供应用全局搜索入口。

API

参数 说明 类型 默认值
placeholder 占位文字 string -
dataSource 当前提示内容列表 string[] -
onSearch 选择某项或按下回车时的回调 function(value) -
onChange 输入搜索字符的回调 function(value) -
onPressEnter 按下回车时的回调 function(value) -