Awesome
Spree Admin Autocomplete extension
Adds autocompletion to ProductProperty values, from previously used values.
If the SpreeProductTranslations extension is installed, it will be aware of localized values.
This extension could add other autocompletions in the future, hence the generic name.
Installation
-
Add the following to your Gemfile gem 'spree_admin_autocomplete', :git => 'git://github.com/fabien/spree__admin__autocomplete.git'
-
Run
bundle install
-
To setup the asset pipeline includes and copy migrations run:
rails g spree_admin_autocomplete:install