AC-27 Upgrade forms with react form hook #10

Merged
catxrin merged 4 commits from AC-27 into master 2023-08-29 10:58:35 -04:00
catxrin commented 2023-08-29 10:44:45 -04:00 (Migrated from github.com)
No description provided.
GameBear64 (Migrated from github.com) requested changes 2023-08-29 10:54:55 -04:00
GameBear64 (Migrated from github.com) commented 2023-08-29 10:46:24 -04:00

?

?
@ -0,0 +1,34 @@
import ButtonInput from '../Inputs/ButtonInput';
GameBear64 (Migrated from github.com) commented 2023-08-29 10:47:43 -04:00

provide a default type of text instead

provide a default type of text instead
@ -0,0 +1,15 @@
import IconInput from '../Inputs/IconInput';
GameBear64 (Migrated from github.com) commented 2023-08-29 10:48:08 -04:00

provide a default type of text instead

provide a default type of text instead
@ -0,0 +1,15 @@
import Input from '../Inputs/Input';
GameBear64 (Migrated from github.com) commented 2023-08-29 10:48:14 -04:00

provide a default type of text instead

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 }) {
GameBear64 (Migrated from github.com) commented 2023-08-29 10:49:09 -04:00

are all inputs type password? please change to text

are all inputs type password? please change to text
GameBear64 (Migrated from github.com) approved these changes 2023-08-29 10:58:23 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GamBar/AmberCamp!10
No description provided.