Skip to content

Commit

Permalink
fix(front) maybe fix #453
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Oct 13, 2017
1 parent bf616e5 commit 6aa6031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/app/fields/isari-select/isari-select.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export class IsariSelectComponent implements OnInit, OnChanges {
onFocus($event) {
// force reload of values https://github.com/SciencesPo/isari/issues/132
if (this.selectControl.value === '' && !this.noblur) {
// (<EventEmitter<any>>this.selectControl.valueChanges).emit(' ');
// (<EventEmitter<any>>this.selectControl.valueChanges).emit(''); // maybe useless
(<EventEmitter<any>>this.selectControl.valueChanges).emit(' ');
(<EventEmitter<any>>this.selectControl.valueChanges).emit(''); // maybe useless
}
this.noblur = false;
this.focused = true;
Expand Down

0 comments on commit 6aa6031

Please sign in to comment.