IInputType

Determines the behaviour of the input field

Definition

type IInputType = "text" | "password" | "number" | "email";

Usage

import { undefined } from 'uxp/components';

Last updated