quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
32 lines (28 loc) • 840 B
JSON
{
"props": {
"mask": {
"type": "String",
"desc": "Custom mask or one of the predefined mask names",
"examples": [
"###-##", "date", "datetime", "time", "fulltime", "phone", "card"
],
"category": "behavior"
},
"fill-mask": {
"type": [ "Boolean", "String" ],
"desc": "Fills string with specified characters (or underscore if value is not string) to fill mask's length",
"examples": [ "true", "'0'", "'_'" ],
"category": "behavior"
},
"reverse-fill-mask": {
"type": "Boolean",
"desc": "Fills string from the right side of the mask",
"category": "behavior"
},
"unmasked-value": {
"type": "Boolean",
"desc": "Model will be unmasked (won't contain tokens/separation characters)",
"category": "behavior"
}
}
}