mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:54:31 +08:00
Merge pull request #3579 from riking/patch-3
FIX: combo-box should assign default value on initialize
This commit is contained in:
commit
0ff25a379c
|
@ -74,6 +74,7 @@ export default Ember.Component.extend({
|
|||
}
|
||||
self.set('value', val);
|
||||
});
|
||||
$elem.trigger('change');
|
||||
}.on('didInsertElement'),
|
||||
|
||||
_destroyDropdown: function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user