• What is KendoReact
  • Getting Started
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilitiesupdated
    • Conversational UI
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editorupdated
    • Excel Export
    • File Saver
    • Formupdated
    • Gantt
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewerupdated
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

TextBoxProps

Represents the properties of the KendoReact TextBox component

NameTypeDefaultDescription

fillMode?

"null" | "flat" | "outline" | "solid"

solid

Configures the fillMode of the TextBox.

The available options are:

  • solid
  • outline
  • flat
  • null—Does not set a fillMode className.

prefix?

CustomComponent<any>

Sets a custom prefix to the TextBox component.

rounded?

"null" | "small" | "medium" | "full" | "large"

medium

Configures the roundness of the TextBox.

The available options are:

  • small
  • medium
  • large
  • full
  • null—Does not set a rounded className.

size?

"null" | "small" | "medium" | "large"

medium

Configures the size of the TextBox.

The available options are:

  • small
  • medium
  • large
  • null—Does not set a size className.

suffix?

CustomComponent<any>

Sets a custom suffix to the TextBox component.

valid?

boolean

Indicates if the component is in valid state

Methods

onChange

The onChange callback of the input element inside the TextBox.

Parameters

event

TextBoxChangeEvent