Skip to content
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

PropTypeDefaultDescription
classNamestringAdditional CSS classes to apply to the select element.
disabledbooleanfalseWhen true, prevents interaction with the select.