Skip to content

Commit

Permalink
fix(CFormSelect): add the missing selected attribute to the option …
Browse files Browse the repository at this point in the history
…typings
  • Loading branch information
mrholek committed Aug 23, 2024
1 parent 6892858 commit 71e13d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/coreui-react/src/components/form/CFormSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { CFormControlWrapper, CFormControlWrapperProps } from './CFormControlWra
type Option = {
disabled?: boolean
label?: string
selected?: boolean
value?: string
}

Expand Down

0 comments on commit 71e13d8

Please sign in to comment.