Input prompt and NumberField from TouchKit 4.x.

Hi,

setInputPrompt( “Input…” ) does not work at NumberField. Of course assignment of String to number should not work but initial prompt is very useful especially for touch mobile device.
Any suggestions?

BR,
SSe

Or other question: is it possible to force numeric keyboard to appear for TextField?

BR,
SSe

Hi, try using Html5InputSettings extendsion and its setPlaceholder method. It uses native html5 “inputpromt”, you’ll be better of with that with modern browsers.

cheers,
matti