• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • 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" | "solid" | "outline"

solid

Configures the fillMode of the TextBox.

The available options are:

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

onChange?

(event: TextBoxChangeEvent) => void

The onChange callback of the input element inside the TextBox.

prefix?

CustomComponent<any>

Sets a custom prefix to the TextBox component.

rounded?

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

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" | "large" | "medium"

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

In this article

Not finding the help you need?