finos / messageml-utils

MessageML is a markup language used by the Symphony Agent API for representing messages, including formatting (bold, italic, numbered and unnumbered lists etc.) and entity data representing structured objects.
https://docs.developers.symphony.com
Apache License 2.0
12 stars 28 forks source link

MML-291 Add multi-submit attribute to form element #292

Closed symphony-mariacristina closed 3 years ago

symphony-mariacristina commented 3 years ago

Goal of this PR is to add a new attribute to the form element called "multi-submit". This attribute accepts only two values depending if the user wants to reset or not the previous submit input. More info on this are available here: https://github.com/symphonyoss/messageml-utils/issues/291. Also a new BI item hs been introduce to track usage of multi-submit forms.

Closes #291