index.md 599 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 18 19 20

## API

参数 | 说明 | 类型 | 默认值
----|------|-----|------
placeholder | 占位文字 | string | -
dataSource | 当前提示内容列表 | string[] | -
onSearch | 选择某项或按下回车时的回调 | function(value) | -
onChange | 输入搜索字符的回调 | function(value) | -
onPressEnter | 按下回车时的回调 | function(value) | -
21
defaultOpen | 输入框首次显示是否打开 | boolean | false