InputA input indicates a possible user actionUI Components["web-component"]Usage
Categories

Input

A input indicates a possible user action

Import

HTML

JavaScript

Settings

NameTypeDefaultDescription
namestring—can specify the form field name
typestringtextcan specify the form html input type
debouncedbooleanfalsecan specify the input value should be debounced
debounce-intervalnumber150can specify the input debounce interval in milliseconds
clearablestring—can show an icon to reset the inputted value
valuestring—can specify a value to store

Events

EventDescriptionArguments
changeoccurs after the value changesvalue — the updated value
Previous
Icon
Next
Label