We would like our app to take advantage of some of the HTML5 features that are useful on an iPad, like an input field for numerics causing the number keyboard to display. For instance:
<input type="number" name="quantity">
Or having a date widget display:
<input type="datetime" name="bdaytime">
I haven't found anything in the SmartGWT API to enable this. I tried using an IntegerItem, and it sets the input type="text", where it would have been very nice if it were "number". Is there a way to do this with SmartGWT?
Thanks,
Chris
<input type="number" name="quantity">
Or having a date widget display:
<input type="datetime" name="bdaytime">
I haven't found anything in the SmartGWT API to enable this. I tried using an IntegerItem, and it sets the input type="text", where it would have been very nice if it were "number". Is there a way to do this with SmartGWT?
Thanks,
Chris
Comment