# ef-color-picker


Color picker control

## Properties

| Property       | Attribute       | Type      | Default | Description                                      |
|----------------|-----------------|-----------|---------|--------------------------------------------------|
| `allowNocolor` | `allow-nocolor` | `boolean` | false   | Set the color dialog to activate no-color option |
| `disabled`     | `disabled`      | `boolean` | false   | Set disabled state                               |
| `opened`       | `opened`        | `boolean` | false   | Toggles the opened state of the dialog           |
| `readonly`     | `readonly`      | `boolean` | false   | Set readonly state                               |

## Events

| Event           | Description                                      |
|-----------------|--------------------------------------------------|
| `value-changed` | Fired when the user commits a value change. The event is not triggered if `value` property is changed programmatically. |
