mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 09:44:40 +08:00
FIX: select-kit refactoring
- improve mini-tag-chooser keyboard behavior - all multil select now respond to select all and left/right arrows - improve events handling - many minor tweaks
This commit is contained in:
@ -14,7 +14,7 @@ export default DropdownSelectBoxComponent.extend({
|
||||
|
||||
mutateValue(value) {
|
||||
this.sendAction("onPopupMenuAction", value);
|
||||
this.setProperties({ value: null, highlightedValue: null });
|
||||
this.setProperties({ value: null, highlighted: null });
|
||||
},
|
||||
|
||||
computeContent(content) {
|
||||
|
Reference in New Issue
Block a user