Forms
Native Select
A styled wrapper around the browser's own select element. The picker is the operating system's, which is what makes it the right control on mobile.
Import
import { NativeSelect } from "@mikenotthepope/substrateui"Disabled
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | — | Additional CSS classes to apply to the select element. |
disabled | boolean | false | When true, prevents interaction with the select. |