index.zh-CN.md 837 Bytes
Newer Older
afc163's avatar
afc163 committed
1
---
nikogu's avatar
nikogu committed
2 3
title:
  en-US: HeaderSearch
nikogu's avatar
nikogu committed
4
  zh-CN: HeaderSearch
afc163's avatar
afc163 committed
5 6
subtitle: 顶部搜索框
cols: 1
nikogu's avatar
nikogu committed
7
order: 8
afc163's avatar
afc163 committed
8 9
---

10
通常作为全局搜索的入口,放置在导航工具条右侧。
afc163's avatar
afc163 committed
11 12 13 14 15 16 17

## API

参数 | 说明 | 类型 | 默认值
----|------|-----|------
placeholder | 占位文字 | string | -
dataSource | 当前提示内容列表 | string[] | -
gitlwz's avatar
gitlwz committed
18 19 20
onSearch | 搜索补全项的时候调用 | function(value) | -
onChange | 选中 option,或 input 的 value 变化时,调用此函数 | function(value) | -
onSelect | 被选中时调用,参数为选中项的 value 值 | function(value) | -
afc163's avatar
afc163 committed
21
onPressEnter | 按下回车时的回调 | function(value) | -
22 23 24
onVisibleChange | 显示或隐藏文本框的回调 | function(value) |-
defaultOpen | 输入框首次显示是否显示  | boolean | false
open | 控制输入框是否显示 | booelan |false