mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
When search bar is empty and we've reached that state by using the `backspace` key. There are no suggestions as there are when you select an empty search bar. The cause of this was an explicit prevention of this suggestion box in `typeahead.js` so that the `backspace` key is free to interact with the other elements. The fix here is to add an optional `hideOnEmpty` option so that if we want this suggestion box to appear we can set this option to `false` and this behavior will be prevented. This option is enabled for the search input when pills are not enabled. Fixes: #25062. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.js | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||