2.0.0 Refactoring to support default values and auto-complete
Major refactor
- Convert text fields to select lists server-side instead of client-side so
@DEFAULTand@SETVALUEcan work - Switch to use
.as value separator instead of:, which is not a valid character in choice values - New action tag
@INSTANCESELECT-AUTOCOMPLETEto 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.