1.1.1 • Published 3 years ago
@forter/mask v1.1.1
fc-mask
Usage
<script>
import '@forter/mask';
</script>
<fc-mask>
<fc-input></fc-input>
</fc-mask>
Properties
Property | Attribute | Type | Description |
---|---|---|---|
lazy | lazy | boolean | If the element is lazy. example: true |
pattern | pattern | string | If the element is disabled. example: +{7}(000)000-00-00 |
type | type | "date" \| "number" \| "enum" \| "pattern" | If the element is disabled |