SilvaM Posted October 17, 2014 Posted October 17, 2014 Hi! I'm testing uniGui ruinning in a mobile deivce but not show the numeric keyboard when is a numeric edit field. If I make a HTML with <input type=number/> and it's work. Is there a way to do it in a TUniNumberEdit? Thank's a lot. Quote
SilvaM Posted October 17, 2014 Author Posted October 17, 2014 Solved: On FormCreate: (UniEdit1 as IUniJSInterface).JSConfig('inputType',['number']); 3 Quote
rasaliad Posted April 21, 2016 Posted April 21, 2016 Solved: On FormCreate: (UniEdit1 as IUniJSInterface).JSConfig('inputType',['number']); Thanks SilvaM Quote
Hayri ASLAN Posted November 4, 2019 Posted November 4, 2019 We already added this property. Please check inputType 1 Quote
zanona Posted March 21, 2024 Posted March 21, 2024 What would the code for TuniformattedNumberEdit look like? Because if I use the solution above, the screen crashes! Quote
Sherzod Posted March 21, 2024 Posted March 21, 2024 34 minutes ago, zanona said: Because if I use the solution above, the screen crashes! ? Quote
zanona Posted March 21, 2024 Posted March 21, 2024 2 minutes ago, Sherzod said: ? Here's an example of what happened! Note that Unigui cannot mount the screen correctly! teste keyboard.zip Quote
Sherzod Posted March 21, 2024 Posted March 21, 2024 Sorry, yes. UniFormattedNumberEdit (AutoNumeric) does not support input type number. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.