mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
[FIX] better control on value mutation
This commit is contained in:
@ -7,6 +7,8 @@ export default ComboBoxComponent.extend({
|
||||
classNames: "topic-footer-mobile-dropdown",
|
||||
filterable: false,
|
||||
autoFilterable: false,
|
||||
allowValueMutation: false,
|
||||
autoSelectFirst: false,
|
||||
|
||||
@on("didReceiveAttrs")
|
||||
_setTopicFooterMobileDropdownOptions() {
|
||||
|
Reference in New Issue
Block a user