# #94 Rails 7 Select Box with Search using Slim-Select

- URL: https://superails.com/posts/ruby-on-rails-94-rails-7-select-box-with-search-using-slim-select
- Published: 2022-11-01
- Duration: 18:19
- Access: free

I was planning to create a short episode on enabling slim-select, but it ended up having a big boilerplate for adding "select" and "multiselect". If you don't need the boilerplate, feel free to skip to 9:25.

The boilerplat app uses Importmaps for JS and Tailwind for CSS.

I like slim-select because it uses vanilla javascript and does not rely on jQuery. If you don't like slim-select, the second best alternative is tom-select.

Episode source code: https://github.com/corsego/94-slim-select/commit/13daec3b195cbc126adf6588e96b2850b0d883c4
Text version: https://blog.corsego.com/stimulus-slim-select
