suljevicsemir / compose-rmb

0 stars 0 forks source link

TextField reusability #8

Open suljevicsemir opened 2 years ago

suljevicsemir commented 2 years ago

Lot of differences with OutlinedTextField/BasicTextField/TextField, try to develop an all arround text field with hint text, label, content padding, colors, etc.

suljevicsemir commented 2 years ago

Explore BasicTextField's decoration box to achieve hint, label and content padding.

suljevicsemir commented 2 years ago

Add error message functionality

suljevicsemir commented 2 years ago

Try to clone Flutter's TextFormField along with trailing, prefix and suffix Composables / widgets.