LP1811288 Angular fm-editor uses combobox
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Jan 2019 23:04:59 +0000 (18:04 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 22 Mar 2019 21:27:32 +0000 (14:27 -0700)
commit89b28d674ad345231177206ed909823bf63b428e
tree7a2e59edec514a82d8e0385027d72a5584cfd3ae
parent2d5334a45e06bbd1610b32817d2bfe1224cf6a23
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>
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