Skip to content

pdf3rn/form-choice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormChoice

Adds form_choice control to form.

Usage

Installation

Add this line to your application's Gemfile:

gem "form_choice", git: "[email protected]:pdf3rn/form-choice.git"

And then execute:

$ bundle install

Añadir al importmap.rb:

pin 'choices', to: 'choices.js.js'
pin 'form_choice', to: 'form_choice.js'

En app/javascript/controllers/application.js

// ...
const application = Application.start()
application.register('form-choice', ChoicesField)
// ...

Stylesheets

@import "form_choice.css";

Contributing

Contribution directions go here.

License

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published