Can we set input mode for keyboard on textfield widget?

I wish to set input mode on keyboard to numeric, email, url etc under different scenarios. Is there a way I can do so currently on textfield widget?

Hey Parv, we plan to add this ability soon… where from the widget editor, users will be able to select the input mode.

Presently, the widgets don’t have this support. Incase you have an input field inside html you can add inputmode=“numeric” as an attribute to get this to work.

1 Like

Thanks Chetan, looking forward to it. It would be a regularly used functionality across most textfields.