AC-27 Upgrade forms with react form hook #10
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
GamBar/AmberCamp!10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "AC-27"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
?
@ -0,0 +1,34 @@import ButtonInput from '../Inputs/ButtonInput';provide a default type of text instead
@ -0,0 +1,15 @@import IconInput from '../Inputs/IconInput';provide a default type of text instead
@ -0,0 +1,15 @@import Input from '../Inputs/Input';provide a default type of text instead
@ -0,0 +1,18 @@export default function Input({ label, action, invalid = false, width = 'w-60', defauldValue, type = 'text', input }) {are all inputs type password? please change to text