# snk-select-box



<!-- Auto Generated Below -->


## Properties

| Property           | Attribute            | Description                                                                          | Type                | Default             |
| ------------------ | -------------------- | ------------------------------------------------------------------------------------ | ------------------- | ------------------- |
| `preventAutoFocus` | `prevent-auto-focus` | Se true, impede que o campo de texto receba foco automaticamente ao abrir as opções. | `boolean`           | `false`             |
| `selectedOption`   | `selected-option`    | Determina a opção selecionada.                                                       | `IOption \| string` | `ORDER_VALUES.none` |


## Events

| Event      | Description                                                | Type                  |
| ---------- | ---------------------------------------------------------- | --------------------- |
| `ezChange` | Emitido ao alterar a seleção do componente snk-select-box. | `CustomEvent<string>` |


## Dependencies

### Used by

 - [snk-grid-config](..)

### Graph
```mermaid
graph TD;
  snk-grid-config --> snk-select-box
  style snk-select-box fill:#f9f,stroke:#333,stroke-width:4px
```

----------------------------------------------


