Input (deprecated)

Overview

Input serves as a field to enter certain information. The component can be used to create custom forms (for example, a modal to add or update data) as well as standalone components. There are several input types in UI Bakery:

  • Text

  • Password

  • Email

  • File

  • Number

  • URL

Properties

Name
Type
Description

name

string

Component name

value

string

Current component value

parsedValue

any

CSV file value available as an array of objects

Methods

Name
Parameters
Returns
Description

setValue

value: string

void

Set component value

setDisabled

disabled: boolean

void

Disable or enable the component

reset

void

Reset component to the initial value

focus

void

Set focus on the component

Triggers

Name
Description

On Change

Triggered when the component value changes

On Enter

Triggered when the Enter key is pressed

On Init

Triggered when the component is initialized


Input validationSearching Table based on input value

Last updated

Was this helpful?