-
Hi ,
How to auto hide the table view after selecting click on item in list .i have tried to implement delegate methods but no use.
public void AutoCompleteTextField(MLPAutoCompleteTextField textFi…
-
My AutocompleteTextField widget doesn't changes after some code inside decoration property changes (after setState() is called in other widget).
My hintText is not changing after the variable "next…
-
validator: (value) {
if (value.isEmpty) {
return "msg ....";
}
…
-
How can i pass array of objects:
```
func autoCompleteTextField(textField: MLPAutoCompleteTextField!, possibleCompletionsForString string: String!) -> [AnyObject]! {
return [
…
-
I'd like to request the same (#711) for the regular PickerField. I need to make it searchable because I have way too many options to select from... Is it achievable with the current Uranuim UI impleme…
-
Hi Max,
It is a great component, thank you for sharing it.
I have a quick question. We would like to search multiple times while user writing different words in the same text field. Every word wi…
-
I configured the Plugin as u showed in the `ViewController` and set this `autocompleteTextfield.maximumAutoCompleteCount = 20` but always get just the first 3 results of my response array shown. Any I…
-
Hey, I tried using your code for my application. Unfortunately when I click on button and the viewcontroller appears modally with navigation controller embedded in, it show the following error in Auto…
-
The Screen don't Open More
`Another exception was thrown: setState() called after dispose(): AutoCompleteTextFieldState#f9733(lifecycle state: defunct, not mounted`
`Another exception was thrown…
-
Basically I have wrapped the AutoCompleteTextField to add more functionality, but I have no idea how to update the suggestions in this new statefulWidget, When I tried in didUpdateWidget, i get an err…