Skip to content

2.0.0 Refactoring to support default values and auto-complete

Choose a tag to compare

@lsgs lsgs released this 19 Apr 10:08
· 3 commits to master since this release

Major refactor

  • Convert text fields to select lists server-side instead of client-side so @DEFAULT and @SETVALUE can work
  • Switch to use . as value separator instead of :, which is not a valid character in choice values
  • New action tag @INSTANCESELECT-AUTOCOMPLETE to enable auto-complete option
  • EM framework v16

Note that the switch from : to . as a separator for select lists of records from multiple arms or of form instances across multiple events is backward-compatible. The module will automatically update colon-separated values of tagged fields to be period-separated values across all records when you view any form containing a tagged field.