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-227 Datepicker: Restrict format values #228

Closed symphony-enrico closed 3 years ago

symphony-enrico commented 3 years ago

Restrict possible date format placeholders to 'M', 'd', and 'y'. Right now it is possible to add seconds, minutes, etc, which can create issues and confusion.

symphony-enrico commented 3 years ago

It always interesting to provide details in the commit message to understand why the change was made (here we have the reference to the ticket but that is one extra step and you might not have access to it, like I do)

Added