LP1831390: combobox and date-select implement ControlValueAccessor
authorJane Sandberg <sandbej@linnbenton.edu>
Tue, 25 Jun 2019 18:17:07 +0000 (11:17 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 11 Jul 2019 16:19:42 +0000 (09:19 -0700)
commit0854d4058710b307f1b8ad14fe77be74cf1a02a5
tree9dd533fc5335abd8bf92abd76f061dfcaf4e4d43
parentc20fa9d5c4b8f7dcf4cd7312c5ebcdf04c1a44e2
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>
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