create/radioComponent #33

Closed
salar.sali wants to merge 1 commits from create/radioComponent into develop
salar.sali commented 2022-07-28 11:24:23 +00:00 (Migrated from 85.143.176.51:3000)

Issue #15

Issue #15
decamel commented 2022-07-28 11:35:15 +00:00 (Migrated from 85.143.176.51:3000)

You don't need label property. It is already inside 'nested' props.

This is not good:

type="Radio"

VALUE IS NOT SAME AS LABEL!!

value={label}
You don't need `label` property. It is already inside 'nested' props. This is not good: ```jsx type="Radio" ``` VALUE IS NOT SAME AS LABEL!! ```jsx value={label} ```
decamel commented 2022-07-28 11:38:00 +00:00 (Migrated from 85.143.176.51:3000)

Why do you have Checkbox changes inside this commit?

Why do you have `Checkbox` changes inside this commit?
decamel commented 2022-07-29 07:02:49 +00:00 (Migrated from 85.143.176.51:3000)

Rejected due to unrelated changes inside a commit.

Rejected due to unrelated changes inside a commit.
decamel commented 2022-08-05 13:24:21 +00:00 (Migrated from 85.143.176.51:3000)

Closed due to merge in #51. Not needed

Closed due to merge in #51. Not needed

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Scipaper/Frontend#33
No description provided.