-
Hello,
Is there a way to get the place details using autocompletetextfield of this plugin?
Regards,
-
I can see, that suggestions get requested when the length reaches value 3. However, I can't find this value in the sources. Are there any means to change this value? Any information can help. Even if …
-
I created an `AutoCompleteTextComponent` class, that extends `TextComponent` and that can be used inside a `TextModeLayout` with a `Validator`. I extended `TextComponent` instead of `InputComponent` f…
-
Hi,
I would want to change the message of the "errorText" value of the decoration after the "textChanged" event.
Then i have something like this:
```js
return AutoCompleteTextField(textChange…
-
Hi, is there a way to manually show the suggestions overlay?
I have this autocompletetextfield that gets it's suggestions from rest API. when I update the list of suggestions, the list is being upd…
-
This is another new recent issue for which I didn't find a test case.
I try to describe it: I have an AutoCompleteTextComponent about in the middle of the screen, when it gets the focus and the Andro…
-
Probably this is my less precise bug report, without test case (because I didin't find it): my AutoCompleteTextComponents stopped at all to work in some Forms (on Android only, they are fine on iOS), …
-
When using a normal `TextField`, I can initialize the starting text:
```dart
Widget getAuthorField(Bloc bloc) {
return StreamBuilder(
stream: bloc.customAuthor,
builder: (context, Async…
-
My view broke after a flutter update, it was working perfectly up until then.
flutter: ══╡ EXCEPTION CAUGHT BY FOUNDATION LIBRARY ╞════════════════════════════════════════════════════════
flutte…
-
I am currently trying to put a checkbox in the builder. The checkbox appears but does not respond when tapped. The value changes but the box itself does not change when the value changes. It remains t…
ueabu updated
5 years ago