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

Checkbox/Radio wrong id #205

Closed symphony-enrico closed 4 years ago

symphony-enrico commented 4 years ago

id template of checkbox should be "checkbox-group-{uniqueLabelId}" for template of label should be "checkbox-group-{uniqueLabelId}" id template of radio should be "radio-group-{uniqueLabelId}" for template of label should be "radio-group-{uniqueLabelId}"