ARAutocompleteTextView
autocomplete view
A UI component that suggests text completions in real-time as the user types
ARAutocompleteTextView is a subclass of UITextView that automatically displays text suggestions in real-time. This is perfect for automatically suggesting the domain as a user types an email address, #hashtag or @alexruperez.
263 stars
14 watching
27 forks
Language: Objective-C
last commit: about 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
tasomaniac/emailautocompletetextview | An Android library that provides an AutoCompleteTextView with built-in email address suggestions. | 423 |
erykpiast/autocompleted-select | A custom web component with autocompletion functionality using RxJS and VirtualDOM. | 12 |
eddyborja/mlpautocompletetextfield | An iOS textfield subclass with autocomplete functionality that updates dynamically as the user types | 1,207 |
basarozcan/vue-tailwindcss-typeahead | A Vue.js component that presents an autocomplete input field with customizable features. | 21 |
themrugraj/mvautocompleteplacesearchtextfield | A custom UITextField subclass for autocompletion with Google Places search suggestions | 67 |
alienhard/sublimeallautocomplete | Extends Sublime Text's default autocomplete to search matches across all open files in the current window. | 917 |
miguelalarcos/volt-autocomplete | A Ruby framework component for suggesting options as users type in forms | 1 |
afcapel/stimulus-autocomplete | A tiny JavaScript component that enables auto-completion functionality on web pages | 482 |
nfhipona/autocompletetextfield | A text field component that provides smart suggestion and autocomplete features based on user input | 65 |
ieski/autocomplete | A Vue.js 2 component for providing autocomplete functionality to input fields. | 9 |
kazanexpress/vue-simple-suggest | An autocomplete component for Vue.js with rich features and customization options | 461 |
paliari/v-autocomplete | A Vue.js component for displaying a searchable list of items | 350 |
bosnaufal/vue-autocomplete | Provides an autocomplete component for Vue.Js that fetches data from a specified URL and returns suggestions based on user input. | 206 |
yuku/textcomplete | Autocomplete functionality for various HTML editors and content types | 1,740 |
yury-dymov/react-autocomplete-input | A React component for providing autocomplete functionality in input fields | 199 |