Skip to content

Commit 71e13d8

Browse files
committed
fix(CFormSelect): add the missing selected attribute to the option typings
1 parent 6892858 commit 71e13d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/coreui-react/src/components/form/CFormSelect.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { CFormControlWrapper, CFormControlWrapperProps } from './CFormControlWra
77
type Option = {
88
disabled?: boolean
99
label?: string
10+
selected?: boolean
1011
value?: string
1112
}
1213

0 commit comments

Comments
 (0)