IInputType

Determines the behaviour of the input field

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

Usage

import {IInputType} from 'uxp/components';

Last updated