A text field allows data entry by entering text.
Input texts have a value, and users can show or use the value of an input text in the project.
They have some initial styles and you can change them what you want.
Input texts have some properties as you see in the image below.
Value is the value of the input text. You can enter a value it, but users cannot change the value of it.
Label is the text that above of the input text.
Hint is the text that below of the input text.
Placeholder specifies a short hint that describes the expected value of an input text.
Disabled makes the input text unchangeable.