Skip to content

Text Fields

Text fields let users enter text into a UI.

text-fields

Usage

python
from material_ui.text_fields import FilledTextField

FilledTextField(label="Name")

API

Properties

NameTypeDefaultDescription
labelstr""Floating label text.
valuestr""Current value of the text field.
trailing_iconIcon | NoneNoneIcon to show in the trailing space.

Signals

NameArgumentsDescription
on_changevalue: strEmitted when the value changed.