mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
We can provide a function that returns an HTML string: `this.header()` to
display a header text above the typeahead. This can be used to provide
contextual information such as hinting about the silent mentions syntax
or the topic mentions syntax.
At the end of this commit, the HTML structure is:
$container <div>
$header <p>
info-icon
header-text
$menu <ul>
list-items
|
||
|---|---|---|
| .. | ||
| typeahead.js | ||