We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
selected
1 parent 6892858 commit 71e13d8Copy full SHA for 71e13d8
packages/coreui-react/src/components/form/CFormSelect.tsx
@@ -7,6 +7,7 @@ import { CFormControlWrapper, CFormControlWrapperProps } from './CFormControlWra
7
type Option = {
8
disabled?: boolean
9
label?: string
10
+ selected?: boolean
11
value?: string
12
}
13
0 commit comments