Skip to content

Harmonization with angular-schema-form and enum support

Compare
Choose a tag to compare
@nicklasb nicklasb released this 10 May 22:37
· 193 commits to master since this release

Angular-schema-form-dynamic-select is now a drop-in replacement of the existing selects in ASF.

It now:

  • correctly shows the UI defaults, and only when it supposed to.
  • creates selects from schema enum fields (becomes enumvalue/enumvalue).
  • uses ASF:s titleMaps instead of "items" (this needs to be renamed in clients using earlier versions).
  • natively uses value/name instead of value/text (even though that is still supported)