[FIX] better control on value mutation

This commit is contained in:
Joffrey JAFFEUX
2017-10-20 13:40:56 -07:00
committed by GitHub
parent 383191cafc
commit ae1e4de286
4 changed files with 48 additions and 12 deletions

View File

@ -7,6 +7,8 @@ export default ComboBoxComponent.extend({
classNames: "topic-footer-mobile-dropdown",
filterable: false,
autoFilterable: false,
allowValueMutation: false,
autoSelectFirst: false,
@on("didReceiveAttrs")
_setTopicFooterMobileDropdownOptions() {