Skip to content

Commit

Permalink
fe: add uppercase prop to ControlledInputText in NewAdopterForm for t…
Browse files Browse the repository at this point in the history
…ext transformation
  • Loading branch information
samu9 committed Feb 17, 2025
1 parent a01ec50 commit 9e29de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/adopter/NewAdopterForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const NewAdopterForm = (props: Props) => {
<ControlledInputText
fieldName="fiscal_code"
label="Codice fiscale"
uppercase
className="w-64"
/>
<ControlledInputDate
Expand Down

0 comments on commit 9e29de1

Please sign in to comment.