index.en-US.md 888 Bytes
Newer Older
1
---
Yu's avatar
Yu committed
2 3
title: HeaderSearch
subtitle:
4 5 6 7 8 9 10 11 12 13 14 15
cols: 1
order: 8
---

Usually placed as an entry to the global search, placed on the right side of the navigation toolbar.

## API

参数 | 说明 | 类型 | 默认值
----|------|-----|------
placeholder | placeholder text | string | -
dataSource | current list of prompts | string[] | -
gitlwz's avatar
gitlwz committed
16 17 18
onSearch | Called when searching items. | function(value) | -
onChange | Called when select an option or input value change, or value of input is changed | function(value) | -
onSelect | Called when a option is selected. param is option's value and option instance. | function(value) | -
19 20 21
onPressEnter | Callback when pressing Enter | function(value) | -
onVisibleChange | Show or hide the callback of the text box | function(value) |-
defaultOpen | The input box is displayed for the first time. | boolean | false
Yu's avatar
Yu committed
22
open | The input box is displayed | boolean |false