⛓️
UI-BuilderCraft
  • 👋Welcome
  • Overview
    • 〽️Getting Started
    • 🌐Download
    • ✨Component
      • 📓Form
        • InputText
        • InputMask
        • InputNumber
        • Spinner
        • Avatar
        • Badge
        • Alert
        • InputArea
        • Skeleton Loader
        • Checkbox
        • Toggle
    • 💡Benefits
Powered by GitBook
On this page

Was this helpful?

  1. Overview
  2. Component
  3. Form

InputMask

PreviousInputTextNextInputNumber

Last updated 1 year ago

Was this helpful?

UI-buildercraft introduces an advanced InputMask component for Angular applications, enabling seamless integration of customizable text inputs with masking capabilities. This component supports various properties, including text box configurations, validations, and extensive styling options, allowing you to effortlessly tailor the appearance and behavior of masked input fields to meet your application's unique design and functional needs.

<UI-BuilderCraft-InputMask [mask]="'9999-9999999-9'" [required]="true" [label]="'CNIC'"></UI-BuilderCraft-InputMask>


  imports: [InputMaskComponent]
Properties
Type
Default Value

Label

String

Empty

Disable

Boolean

False

Placeholder

String

Empty

Required

Boolean

False

Mask

String

Empty

✨
📓