Hi Guys,
We are trying to use the Date Mask to format an input field as Time but, unfortunately, it works partially.
While the mask actually works, under the hood it doesn't set any value to the binded variable of the input.
The mask working:
The value assigned for the input:
As far as i understood, looking into the JS AuxFunctions, the datetime block is not prepared to handle with TIME data type but only with Dates.
I found this Fiddle on the GitHub of the owner of the project, and it's working as expected.
Do you Guys plan to introduce this feature in the near future?
Thank you so much.