new Completer()
- Source:
Extends
- onyx.Picker
Methods
-
adjustPosition()
-
Unfortunately this is a copy of code from menu. It makes adjustments to account for the height of the completer widget so the menu doesn't cover over typing area.
-
buildList(key, value, models, sidecarKey)
-
Parameters:
Name Type Description keyString The name of the attribute that we're going to display valueString The value of the input box that we use to filter the results modelsArray All the models sidecarKeyString We allow a second attribute to be shown in the dropdown that is not part of the input field.