zulip/web/third
Lakshay Mittal 0b10a33565 search: Fix display of suggestion box when search bar empty.
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.
2023-04-24 21:45:06 -07:00
..
bootstrap bootstrap: Move progress bar styling out of bootstrap CSS. 2023-04-05 15:47:14 -07:00
bootstrap-tooltip bootstrap: Remove CSS hacks for IE. 2023-03-20 11:27:39 -07:00
bootstrap-typeahead search: Fix display of suggestion box when search bar empty. 2023-04-24 21:45:06 -07:00
jquery-idle
marked