# \[SELECT2] value placeholder (ok)

```
$('select').select2({
  placeholder: {
    id: '-1', // the value of the option
    text: 'Select an option'
  }
});
```
