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