Hi Fellas, all the best for the new year.
I'm playing around with a form with a peculiar use case.
I have a datasource field that has a duration in seconds.
But it's not a great UI to have the user enter the duration in seconds. So, I am trying to have a TimeItem, where the user can enter the duration on the form HH:mm but it gets converted to/from the raw datasourcefield when loading/saving.
Is this possible or am I getting this wrong? Do I have to make a completely custom CanvasItem?
Thankful for pointers.
I'm playing around with a form with a peculiar use case.
I have a datasource field that has a duration in seconds.
Code:
<field name="duration" type="integer" required="false">
Is this possible or am I getting this wrong? Do I have to make a completely custom CanvasItem?
Thankful for pointers.
Comment