# Selectic Documentation

## Configuration

* Build a select from a list [(details)](./list.md)
* List all supported properties [(details)](./properties.md)
* Support DOM attributes [(details)](./domProperties.md)
  * value
  * disabled
  * multiple
  * placeholder
* Extended attributes [(details)](./extendedProperties.md)
* Dynamic list [(details)](./dynamic.md)
  * multiple
  * optgroup
* Advanced configuration [(details)](./params.md)
* Change texts [(details)](./changeText.md)
* Change icons [(details)](./changeIcons.md)
* Change CSS style [(details)](./css.md)

## Events

[More details about events in Selectic](./events.md).

* input
* change
* open
* close
* focus
* blur
* item:click

## Methods

[API details](./methods.md)

* clearCache
* changeTexts
* getValue
* getSelectedItems
* isEmpty
* toggleOpen

## Breaking changes

[Migration strategy](./breakingChanges.md)
