AngularJS Autocomplete, wrapper for the jQuery UI Autocomplete Widget!
Svelte Material UI - Autocomplete
company ui autocomplete core
company ui autocomplete dom
Scrollable jQuery UI Autocomplete Plugin for long items list.
Bring-Your-Own-UI autocomplete component for React.
An accessible autocomplete utility library built for chakra UI
Wrapper for Jquery ui autocomplete
Singleware UI autocomplete package.
Constructor.io Autocomplete UI library for web applications
Wrapper on top of the material-ui AutoComplete component that use google place api
UI Autocomplete Component with React & Typescript with TailwindCSS
Core primitives for building autocomplete experiences.
A component to select multiple items from a list of options using the [Material-UI Autocomplete component](https://material-ui.com/components/autocomplete/).
Svelte Material UI - Autocomplete
A plugin to add Algolia Insights to Algolia Autocomplete.
A component to select multiple items from a list of options using the [Material-UI Autocomplete component](https://material-ui.com/components/autocomplete/).
Presets for building autocomplete experiences with Algolia.
Improve data entry speed and accuracy by triggering auto-completion for text entries.
Fast and fully-featured autocomplete JavaScript library.
Simple ui autocomplete width meterial-ui
An autocomplete input component for ReactJS that behaves like the love child of an input field and a select box. [Demo](http://demo.gianmarcotoso.com/react-ui-autocomplete)
React hook for Google Maps Places Autocomplete.
Material-UI Autocomplete Search Highlighter for React
Adds autocomplete support to rails inputs, using jQuery-UI; it works similarly to the original rails autocomplete plugin, but generating unobtrusive javascript.
Easily use jQuery UI's autocomplete widget with Rails applications.
Adds autocomplete support to rails inputs, using jQuery-UI; it works similarly to the original rails autocomplete plugin, but generating unobtrusive javascript.
Easily add autocomplete geo-functionality to your Rails app :)
Integrate with jQuery UI autocomplete library to provide select by autocomplete input and form helper.
Meshcomplete is a Ruby on Rails engine for MeSH autocomplete search box built with jQuery UI.
Adds helpers for Rails views and controller in order to manage 'dynamic select'. It uses jQuery UI as support for inobtrusive use in forms. It's not the classic Autocompleter, its use is limited to belongs_to reflections.
This plugin displays live results as the user begins to type a search into the Storefront search field in a small UI displayed below the field. It leverages a customized version of the jQuery UI Autocomplete functionality. For a better overall UX and UI for your customers, consider the workarea-search_autocomplete plugin instead.
Gem helps to make the simple dynamic control of multiple nested forms in Ruby on Rails application. - Search for related objects using [jQuery UI Autocomplete](https://jqueryui.com/autocomplete). - Easy to add sub-objects directly to a form to create or update the main object. - Full management of the nested form.
== E9Tags An extension to ActsAsTaggableOn[http://github.com/mbleigh/acts-as-taggable-on] which "improves" on custom tagging, or at least makes it more dynamic. Additionally it provides some autocomplete rack apps and the corresponding javascript. == Installation 1. E9Tags requires jquery and jquery-ui for the autocompletion and tag-adding form, be sure they're loaded in your pages where the tags form will be rendered. 2. E9Tags extends ActsAsTaggableOn and requires it. Run it's generator if you have not. 3. Run the E9Tags install script to copy over the required JS rails g e9_tags:install 4. Then make sure it is loaded, how you do that doesn't matter, e.g. <%= javascript_include_tag 'e9_tags' %> 5. Create an initializer for that sets up the taggable models and their controllers. This gives the models the tag associations and methods and prepares their controller to handle the otherwise unexpected tag params. require 'e9_tags' require 'contacts_controller' require 'contact' E9Tags.controllers << ContactsController E9Tags.models << Contact OR You can just include the modules in your classes yourself. The first way really exists for the case where the classes you wish to extend are part of another plugin/gem. # in contact.rb include E9Tags:Model # in contacts_controller.rb include E9Tags::Controller 6. Render the tags form partial in whatever model forms require it. = render 'e9_tags/form', :f => f If you pass a context, it will be locked and no longer possible to change/add the contexts on the form (and as a side effect, the tags autocompletion will be restricted to that context). = render 'e9_tags/form', :f => f, :context => :users Finally if you pass a 2nd arg to :context you can set a tag context to be "private" (default is false). In this case the tag context will be locked as private (typically suffixed with *), meaning that the tags will not be publicly searchable/visible. This is useful for organizational tags tags, say if you wanted to arbitrarily group records, or create a custom search based on a tag context. = render 'e9_tags/form', :f => f, :context => [:users, true] NOTE: The form and javascript are intended to work out of the box, but the certainly aren't going to look pretty. If you do intend to use the forms, you'll no doubt need to style them.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.