https://github.com/mnishiguchi/selectize_app
https://github.com/mnishiguchi/selectize_app
rails selectize
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnishiguchi/selectize_app
- Owner: mnishiguchi
- Created: 2017-03-23T01:44:47.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T02:19:59.000Z (almost 9 years ago)
- Last Synced: 2025-08-13T01:47:54.947Z (7 months ago)
- Topics: rails, selectize
- Language: Ruby
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Selectize app
- [Rails - Selectize field with modal add form](https://gist.github.com/mnishiguchi/38c46c8ddba5c92cfb1169521f9397c6)
---
## UI flow
- User types a word and hit the `Add ...` button. -> Modal opens with an add form.
- User fill the new-category form and submit. -> The form data is persisted to the database
- If user closes the modal without submitting the form, the form will be cleared and the modal will close.
---
## erd

---
## References
- https://selectize.github.io/selectize.js
- https://gorails.com/episodes/select-or-create-with-selectize-js
- https://github.com/gorails-screencasts/gorails-episode-178