Input Fields - how to change their input type in the HTML?

0
Hey, I'm trying to design a user friendly manual date picker, where a user enters the raw DD MM YYYY in input fields. To make this more mobile friendly i'd like to configure the Input type's html to be type="number" and/or type="tel". However it seems all inouts, even if the data behind the field is an integer value, default to type="text".   Is there a way to configure this in the modeler without using custom code?    Ta Luke
asked
1 answers
3

Try the Set Attribute widget

This should do exactly what you want.

answered