SelectHTMLAttributes Type — vue Architecture
Architecture documentation for the SelectHTMLAttributes type/interface in jsx.d.ts from the vue codebase.
Entity Profile
Source Code
types/jsx.d.ts lines 618–628
export interface SelectHTMLAttributes extends HTMLAttributes {
autocomplete?: string
autofocus?: Booleanish
disabled?: Booleanish
form?: string
multiple?: Booleanish
name?: string
required?: Booleanish
size?: Numberish
value?: any // we support :value to be bound to anything w/ v-model
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free