LP1811288 Angular fm-editor uses combobox
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Jan 2019 23:04:59 +0000 (18:04 -0500)
committerDan Wells <dbw2@calvin.edu>
Mon, 25 Mar 2019 20:58:55 +0000 (16:58 -0400)
commitd63c7c397cf215fe92d02454bdc8c6f55e1be3c0
treef3d53129c6919d6fec5fd9e086fe9bf373a9fa90
parent1f6c9b60e2aad209c50b94dbac760eb2a2accae0
LP1811288 Angular fm-editor uses combobox

* Linked field options traditionally rendered via <select> are now
  rendered with an eg-combobox.
* Caller has option to force a combobox to preload values or rely solely
  on typehead.
* Caller has option to provide a canned list of combobox values.
* Caller has option to set / override which field on the linked class
  should searched by the typeahead
* General improvements to fm-editor form building and field options
  management.
* Includes Angular7 rxjs import repairs

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html
Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.ts
Open-ILS/src/eg2/src/app/staff/sandbox/sandbox.component.html