zulip/web/third/bootstrap-typeahead
evykassirer 60018dfd12 typeahead: Use text() instead of html() in set_value.
This particular codepath is never reached right now,
because set_value is only called when `naturalSearch`
is `true`, and the only instance of `naturalSearch`
isn't for a `contenteditable` field.

But we don't need to use `html()` here because it's
displaying a plain string typeahead option.
2024-03-11 09:56:18 -07:00
..
typeahead.css css: Extract Bootstrap Typeahead CSS to its own file. 2024-01-28 16:08:30 -08:00
typeahead.js typeahead: Use text() instead of html() in set_value. 2024-03-11 09:56:18 -07:00