]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1831390: combobox and date-select implement ControlValueAccessor
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 25 Jun 2019 18:17:07 +0000 (11:17 -0700)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 1 Aug 2019 13:59:40 +0000 (09:59 -0400)
commitd321c4ffc9e9418df1c7791bf6d4948ef88376a7
treeb0665811f7ef771976924f76623ff2e17529d918
parent2c0df3989352f96e3a7edc5c1a99d570dfb9b610
LP1831390: combobox and date-select implement ControlValueAccessor

This makes both components compatible with [(ngModel)] and
reactive forms.

Also adds sandbox examples.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html
Open-ILS/src/eg2/src/app/share/combobox/combobox.component.ts
Open-ILS/src/eg2/src/app/share/date-select/date-select.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.module.ts