How to use the nativescript-ui-autocomplete.RadAutoCompleteTextView.itemLoadingEvent function in nativescript-ui-autocomplete

To help you get started, we’ve selected a few nativescript-ui-autocomplete examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github halfnelson / svelte-native-nativescript-ui / src / autocomplete / index.ts View on Github external
"itemViewLoader": PropType.Value,
            "layoutMode": PropType.Value,
            "loadSuggestionsAsync": PropType.Value,
            "minimumCharactersToSearch": PropType.Value,
            "noResultsText": PropType.Value,
            "readOnly": PropType.Value,
            "selectedTokens": PropType.Value,
            "showCloseButton": PropType.Value,
            "suggestMode": PropType.Value,
            "suggestionView": PropType.Value,
            "text": PropType.Value,
            "items": PropType.Value,
            "hint": PropType.Value
        });
        this.nativeElement.itemViewLoader = (viewType: string) => this.loadView(viewType)
        this.nativeView.on(RadAutoCompleteTextView.itemLoadingEvent, (args) => { this.updateListItem(args as AutocompleteItemEventData) });

    }

nativescript-ui-autocomplete

Improve data entry speed and accuracy by triggering auto-completion for text entries.

Apache-2.0
Latest version published 1 year ago

Package Health Score

65 / 100
Full package analysis