Skip to content

Conversation

@eudago
Copy link

@eudago eudago commented Nov 6, 2023

No description provided.

@eudago eudago requested a review from shad0wflame November 6, 2023 09:07
@eudago eudago changed the title WIP, adding docs Add Documentation Nov 6, 2023
@eudago eudago marked this pull request as ready for review November 6, 2023 11:27
@eudago eudago changed the title Add Documentation Add Documentation with react examples Nov 6, 2023
@eudago eudago requested a review from a team November 6, 2023 11:28
@eudago eudago added the documentation Improvements or additions to documentation label Nov 6, 2023
Comment on lines +128 to +129
<input type="text" onChange={(e) => form!.get('name')!.value = e.target.value} />
<input type="email" onChange={(e) => form!.get('email')!.value = e.target.value} />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is really necessary to add the ! right after the form? In line 123 there is an if to validate form is defined

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants