# FilterSelect

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/settings/issues/all/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/settings/issues/all/page.tsx#L98)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `value` | `string` | ✓ | - |
| `onChange` | `Function` | ✓ | - |
| `label` | `string` | - | - |
| `children` | `unknown` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_FilterSelect_54797ffd["FilterSelect"]
    class component_FilterSelect_54797ffd rootComponent
```

## Referenced By

- `IssuesAllPageInner` (RENDERS)
