Seaside integration (canvas, plugin and options) of Bootstrap-Select plugin
# seaside-bootstrap-select
[Seaside](https://github.com/SeasideSt/Seaside) integration (canvas, plugin and options) for the [Bootstrap-Select plugin](https://github.com/snapappointments/bootstrap-select) _to be used with Bootstrap 3_.
For [Bootstrap 4 integration](https://github.com/astares/Seaside-Bootstrap4) please check the [Bootstrap 4 branch](https://github.com/eMaringolo/seaside-bootstrap-select/tree/bootstrap4)
# Simple use
To use it, send `tbsSelect` instead of `select` to the HTML canvas.
```smalltalk
html tbsSelect
list: Object subclasses
```

# Installation
```smalltalk
Metacello new
baseline: 'BootstrapSelect';
repository: 'github://eMaringolo/seaside-bootstrap-select/src';
load.
```
# More examples
There is a `Bootstrap-Select-Examples` package that autoinitializes a browser application at `/bootstrap-select` in your default Seaside dispatcher (typically `http://localhost:8080/bootstrap-select`).