The TextField is a convenience wrapper for the most common cases (80%).
It cannot be all things to all people, otherwise the API would grow out of control.
Advanced Configuration
It's important to understand that the text field is a simple abstraction
on top of the following components:
The
TextFieldis a convenience wrapper for the most common cases (80%). It cannot be all things to all people, otherwise the API would grow out of control.Advanced Configuration
It's important to understand that the text field is a simple abstraction on top of the following components:
If you wish to alter the props applied to the
inputelement, you can do so as follows:For advanced cases, please look at the source of TextField by clicking on the "Edit this page" button above. Consider either:
Demos:
API: