The project is in a healthy, maintained state
A combobox implementation for Ruby on Rails.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies

Runtime

 Project Readme

Hotwire Combobox

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "hotwire_combobox", require: "combobox"

And then execute:

$ bundle

Or install it yourself as:

$ gem install hotwire_combobox

Contributing

Setup

$ bin/setup

Running the tests

$ bundle exec rake app:test
$ bundle exec rake app:test:system

Running the dummy app

$ bin/rails s

Releasing

  1. Bump the version in lib/hotwire_combobox/version.rb
  2. Run bundle exec rake release

License

The gem is available as open source under the terms of the MIT License.