Sponsored-by: Evergreen Community Development Initiative
Sponsored-by: Georgia Public Library Service
Sponsored-by: Indiana State Library
Sponsored-by: C/W MARS
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
}
});
if (!firstTime) {
+ if ('selectedId' in changes) {
+ if (!changes.selectedId.currentValue) {
+ this.selected = null;
+ }
+ }
if ('idlClass' in changes) {
if (!('idlField' in changes)) {
// let ngOnInit reset it to the
this.asyncIds = {};
this.entrylist.length = 0;
this.selected = null;
+ this.ngOnInit();
}
- this.ngOnInit();
}
}