I have
<input type="text" class="required" ... />
Is it possible for me to write inside class i required the particular field to number only
I tried
<input type="text" class="number" ... /> and <input type="text" class="{required:true, number:true}" ... />
Is it possible and any idea how? Thanks
classattribute should consist of space separated tokens (see HTML standard)