reactive_forms
reactive_forms copied to clipboard
Implement a quit simple solution to select text in a ReactiveTextField
Is there any update on this?
Hi @gucci-quoci
I released standalone package for text field with exposed controller https://pub.dev/packages/reactive_text_field
Check how to access the controller in example https://github.com/artflutter/reactive_forms_widgets/blob/master/packages/reactive_text_field/example/lib/main.dart#L47
Does it looks suitable for your needs?