InputWithNativeSelect() — ui Function Reference
Architecture documentation for the InputWithNativeSelect() function in input-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD ddd0fbfa_6cd2_643c_d65a_197472b310ed["InputWithNativeSelect()"] 87e902db_d09e_d63e_d96a_582b4eb4c286["input-example.tsx"] ddd0fbfa_6cd2_643c_d65a_197472b310ed -->|defined in| 87e902db_d09e_d63e_d96a_582b4eb4c286 style ddd0fbfa_6cd2_643c_d65a_197472b310ed fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/examples/input-example.tsx lines 194–207
function InputWithNativeSelect() {
return (
<Example title="With Native Select">
<div className="flex w-full gap-2">
<Input type="tel" placeholder="(555) 123-4567" className="flex-1" />
<NativeSelect defaultValue="+1">
<NativeSelectOption value="+1">+1</NativeSelectOption>
<NativeSelectOption value="+44">+44</NativeSelectOption>
<NativeSelectOption value="+46">+46</NativeSelectOption>
</NativeSelect>
</div>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does InputWithNativeSelect() do?
InputWithNativeSelect() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/input-example.tsx.
Where is InputWithNativeSelect() defined?
InputWithNativeSelect() is defined in apps/v4/registry/bases/base/examples/input-example.tsx at line 194.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free