This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Description
If you enter invalid numeric values like "3.1.5" and "32.e.e3" then no error is shown.
<input name="createPayType{{payType.payType}}Amount"
class="form-control"
id="createPayType{{payType.payType}}Amount"
type="number"
min="0"
max="9999.99"
ng-maxlength="{{payType.payTypeLength}}"
ng-model="payType.payTypeAmount"
aria-label="{{payType.payTypeDesc}} Amount"
validation="numeric|between_num:0,9999.99">