Files
zulip/static/js/dropdown_list_widget.js
aryanshridhar c630b888e5 dropdown_list_widget: Add a include_current_item parameter.
Added a `include_current_item` parameter to dropdown_list_widget
which behaves as follows:

- Has a default value of `true`, which includes the current value
in the dropdown list items.
- If set to false, it excludes the current value from dropdown
list items.
2021-04-05 17:51:59 -07:00

4.9 KiB