Hi passant, which version of MoI are you using?
For a numeric input, using <input class="numericinput" is what was used by v2 and earlier. It's still supported but the newer way is to use a <moi:NumericInput/>
There is also a control for a string input. The old way is <input class="textinput"> the v3+ way is <moi:TextInput/>
- Michael
|