1.1.0 • Published 2 years ago

directus-extension-masked-interface v1.1.0

Weekly downloads
-
License
gpl-3.0
Repository
-
Last release
2 years ago

Directus extension - Masked Interface

npm.io

Input text string by template

Installation

In your Directus installation root

npm install directus-extension-masked-interface

Restart directus

How to use

The interface extension uses string and numeric types.

  1. Create new standard field with string type
  2. For interface select Input Mask and pick a masking type.

Available masking types:

  • Template - simplified templating pattern
  • RegEx - uses regular expression for defining the pattern
  • Presets
    • URL
    • Email
    • IP Address (IPv4 templating pattern)
    • MAC Address (MAC address template using : as separators)
    • VIN
    • SIN

How it is works

The extension utilizes InputMask by @RobinHerbots for masking library.