-
Notifications
You must be signed in to change notification settings - Fork 2
initial commit #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- we need an input type of submit or a submit button on the form element as that is what triggers the api calls
public/index.html
Outdated
<section class = "indexRectangle"> | ||
<form class="indexForm" id='indexForm'> | ||
RADAR: | ||
<input type="text" id="input" class="input" placeholder="Type here..." /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to not allow the user to submit a blank form
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you review these comments adjust and push back up plz
Please don't merge. Working on css for now.