Skip to content

Commit

Permalink
Add label prop to Snap UI input
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Feb 23, 2024
1 parent d878047 commit cd75776
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const input: UIComponentFactory<Input> = ({ element, form }) => ({
props: {
id: element.name,
placeholder: element.placeholder,
label: element.label,
textFieldProps: {
type: element.inputType,
},
Expand Down

0 comments on commit cd75776

Please sign in to comment.