Languages

Menu
Sites
Language
Input types for different tizen keyboards

Hi, guys. 

I created simple input: <input  type="text" /> (for example field to input "address")

Please, tell me Input types for input:

  • tel number (not type="tel")
  • name (when first letter is UpperCase)
  • all UpperCases
  • and Email, if its posible

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 Replies
talari praveen kumar
talari praveen kumar
use <type="email"> for Email
konduri sai swathi
Hi Enjo , All these types for input tag are supported : number,tel,wee,month,date,datetime,password,email,range,search,text,time,color .
Enjo
Thank you, talari praveen kumar Thank you, konduri sai swathi