TextField
Text fields give people a way to enter and edit text. They’re used in forms, modal dialogs, tables, and other surfaces where text input is required.
Usage
Basics
Displays various basic configurations for the BitTextField, including placeholders, disabled state, read-only mode, descriptions, and required fields.
This is Description
Underlined
Showcases the BitTextField with an underlined style, including variations with placeholders, disabled state, and required fields.
No border
Demonstrates BitTextField without borders, including variations for disabled and required fields.
Multiline
Displays BitTextField in multiline mode with options for resizable and fixed sizes, as well as setting the number of rows.
Icon
Shows how to add icons to the BitTextField component, including examples with different icon names.
Prefix & Suffix
Use prefixes and suffixes in BitTextField, including combinations and the disabled state.
https://
.com
https://
.com
https://
.com
Templates
Demonstrates the use of custom templates for labels, descriptions, prefixes, and suffixes in BitTextField.
Password
Shows BitTextField configured for password entry, including an option to reveal the password.
Binding
Demonstrates various binding scenarios with BitTextField, including one-way, two-way, on-change events, and immediate, debounce, and throttle options.
Value: []
Value: []
Value: []
Value: []
Value: []
Trim
Demonstrates various binding scenarios with BitTextField, including one-way, two-way, on-change events, and immediate, debounce, and throttle options.
[]
[]
Style & Class
Explores styling and class customization for BitTextField, including component styles, custom classes, and detailed style options.
Component's Style & Class:
Styles & Classes:
Validation
Demonstrates how validation can be applied to BitTextField, including required fields, numeric input, character constraints, email validation, and range validation.
RTL
Use BitTextField in right-to-left (RTL).
API
BitTextField parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitTextField public members
Name |
Type |
Default value |
Description |
---|---|---|---|
BitTextInputBase parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitInputBase parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitInputBase public members
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase public members
Name |
Type |
Default value |
Description |
---|---|---|---|
BitTextFieldClassStyles properties
Name |
Type |
Default value |
Description |
---|---|---|---|
BitInputType enum
Name |
Value |
Description |
---|---|---|
BitInputMode enum
Name |
Value |
Description |
---|---|---|
BitVisibility enum
Name |
Value |
Description |
---|---|---|
BitDir enum
Name |
Value |
Description |
---|---|---|
- On this page