zulip/web/third
evykassirer aa4e92ee18 typeahead: Stop using html() to set value from updater().
I confirmed that updater() only returns a string or undefined.

composebox_typeahead.js

- compsebox calls `content_typeahead_selected` which returns the composebox
  text content
- stream and PM: implicitly returns undefined

pill_typeahead.js

- implicitly returns undefined

search.js

- narrow_or_search_for_term — returns `get_search_bar_text` or empty string

custom_profile_fields.js, settings_playground.js

- no updater function

If no updater function is provided, then updater returns the
value passed to it, which is
`this.$menu.find(".active").data("typeahead-value")`, which is a string.
2024-03-11 09:56:18 -07:00
..
bootstrap/css bootstrap: Remove pre styles. 2024-02-19 18:15:26 -08:00
bootstrap-typeahead typeahead: Stop using html() to set value from updater(). 2024-03-11 09:56:18 -07:00
jquery-idle web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
marked marked: Stub marked and convert markdown module to typescript. 2024-02-01 12:12:06 -08:00