LP1811288 Angular fm-editor uses combobox
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Jan 2019 23:04:59 +0000 (18:04 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Fri, 22 Mar 2019 22:06:04 +0000 (15:06 -0700)
commit4400a5efeb37d4c7d350d72b48132f9910159aac
tree7a2e59edec514a82d8e0385027d72a5584cfd3ae
parent3c3e74691a0e67ed415483f73b869354171e1506
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>
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