-
When can use on vaadin 8?
-
When the autocomplete tableView is showing with its autocomplete-suggestions and you rotate to landscape, the tableView won't redraw which leads to separator lines that only fill half of the screen wi…
-
https://github.com/yury-dymov/react-autocomplete-input/blob/master/src/AutoCompleteTextField.jsx#L276
This library is using left: boundingClientRect(el).left, which is the offset from the viewport…
-
For a while we had some weird behaviour in the AutoCompleteTextField on iOS. Today, I narrowed it down to a simple program. If you input a number in the TextField, the keyboard switches back to non-nu…
-
Hi,
First of all thanks for a great plugin.
I'm using the example project and I've been trying to add the MLPAutoCompleteTextField to the MLPViewController programatically.
I've deleted the view.xib …
-
Hi,
On Swift 3 this gives a thread error. On Swift 2 it used to work fine.
```
private func autoCompleteTextField(_ textField: MLPAutoCompleteTextField!, possibleCompletionsFor string: String!, comp…
-
When port this lib into `NSTextView`, using Swift 3.0, as below:
https://github.com/futurist/cutecmd-mac/blob/4486b868cf057713704566deb304a79609632d30/cutecmd-mac/AutoCompleteTextField.swift
I h…
-
Sample code provided.
Run on Android
Focus text field
Enter Text
Hit Done button
Keyboard closes
Search is performed.
Expect same behavior on Windows, but nothing happens when done button…
-
I just added Media & MediaManager to play sound in my app. All I am doing is playing a beep to alert the user to an issue.
I did not change my android.xpermissions as there does not seem to be one re…
-
I'm trying to use properties such as autoCompleteStrings and onTextChange with my AutoCompleteTextField, but every time the app runs, it crashes and gives me an EXC_BAD_ACCESS error code. I can't figu…