Skip to main content
VelinStyle v0.9.0
⌂ Home
  1. Docs
  2. Components
  3. Secure field

Secure field 0.9.0

Optional client-side encoding for form fields — transport helper only; TLS is required in production.

Usage

<velin-secure-field type="email" name="contact" label="Email"></velin-secure-field>
import '@birdapi/velinstyle/secure';

Not in the default IIFE bundle — import the subpath to keep bundle size small.

Events

On change, dispatches velin-secure-submit with detail.payload and detail.name.

Important