Deviant xforms:input textbased types as tel or email (HTML5)

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Deviant xforms:input textbased types as tel or email (HTML5)

Jens Thorsten Stumpf-2
Hi,

maybe I just can't find the right information.

How can I set the type of a xforms:input - i.e. a HTML input of type "text" - to any of the new textbased HTML5-Types but text, e.g. tel or email?
That seems rather important for mobile users because it changes the onscreen input keyboard to a more suitable layout.

Thanks in advance,

JT

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Reply | Threaded
Open this post in threaded view
|

Re: Deviant xforms:input textbased types as tel or email (HTML5)

Alessandro  Vernet
Administrator
Hi Jens,

Unfortunately not. We do this for date and times, but only on iOS [3]. We have an RFE for this though [1], and hopefully will get to this rather sooner than later since mobile is one of our main development track [2].

[1] https://github.com/orbeon/orbeon-forms/issues/106
[2] https://github.com/orbeon/orbeon-forms/wiki/Orbeon-Forms-Roadmap#development-tracks
[3] https://github.com/orbeon/orbeon-forms/issues/2084

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Deviant xforms:input textbased types as tel or email (HTML5)

Erik Bruchez
Administrator
And I added a few comments to the issue:

    https://github.com/orbeon/orbeon-forms/issues/106#issuecomment-120993184

It should be fairly easy to do.

-Erik