jqwidgets-framework
Version:
jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.
37 lines • 1.04 kB
HTML
<div
<div style='margin-top: 10px;'>
Numeric
</div>
<jqxMaskedInput
[]="true"
[]="250"
[]="25">
</jqxMaskedInput>
<div style='margin-top: 10px;'>
Zip Code
</div>
<jqxMaskedInput
[]="'#####-####'"
[]="true"
[]="250"
[]="25">
</jqxMaskedInput>
<div style='margin-top: 10px;'>
SSN
</div>
<jqxMaskedInput
[]="'###-##-####'"
[]="true"
[]="250"
[]="25">
</jqxMaskedInput>
<div style='margin-top: 10px;'>
Date
</div>
<jqxMaskedInput
[]="'##/##/####'"
[]="true"
[]="250"
[]="25">
</jqxMaskedInput>
</div>