Skip to main content
Version: Next

TextFieldProps.type

Home > @backstage/ui > TextFieldProps > type

The HTML input type for the text field

Signature:

type?: 'text' | 'email' | 'tel' | 'url';

Remarks

Use SearchField for search inputs and PasswordField for password inputs.