A proof-of-concept for multiselect form control using htmx and bootstrap. No single line of JS. The back-end is written in Go.
Please, read this post for details.
The data is taken from Random User Generator and stored locally for the sake of demonstration (consistent user names).
- Multiselect
- Live search (excluding already selected user names)
- Removing of selected user names
- Loading indicator
- No JS
go run main.go
- Open http://localhost:1234
MIT