Determines the behaviour of the input field
type IInputType = "text" | "password" | "number" | "email";
import {IInputType} from 'uxp/components';
Last updated 12 months ago