mirror of https://github.com/zulip/zulip.git
0b10a33565
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. |
||
---|---|---|
.. | ||
bootstrap | ||
bootstrap-tooltip | ||
bootstrap-typeahead | ||
jquery-idle | ||
marked |