Skip to content

Commit

Permalink
feat: Extend select field accepting elements as labels
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet committed Jul 28, 2023
1 parent 6e1722a commit a40477b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectField/SelectField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Header } from '../Header/Header'
import './SelectField.css'

export type SelectFieldProps = DropdownProps & {
label?: string
label?: string | JSX.Element
error?: boolean
message?: string
header?: JSX.Element
Expand Down

0 comments on commit a40477b

Please sign in to comment.