edsonbonfim / form

A simple and powerful way to manipulate flutter forms. :rocket::zap:
https://edsonbonfim.github.io/form
MIT License
11 stars 4 forks source link

Can you add support for TextEditingController? #2

Closed allanwolski closed 4 years ago

allanwolski commented 4 years ago

Sometimes it is necessary to update the values and use formatters. By the way, can you add support for the other properties of TextField as well?

edsonbonfim commented 4 years ago

TextEditingController is coming in the next update. What other text field properties do you need?

allanwolski commented 4 years ago

Thanks, @edsonbonfim

I need the initialValue property. Do you have a date to release the next update?

allanwolski commented 4 years ago

TextEditingController is coming in the next update. What other text field properties do you need?

Do you have a date to the next release?

guilhermedaldim commented 4 years ago

I also need this resource