Skip to content

Commit

Permalink
Autocomplete off
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyushSharma99 committed May 1, 2023
1 parent a4691e0 commit c0d7c36
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/pages/AddBlog.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const AddPage = () => {
required
type="text"
placeholder="Enter category"
autocomplete="off"
/>
<Form.Control.Feedback>Looks good!</Form.Control.Feedback>
<Form.Control.Feedback type="invalid">
Expand All @@ -157,14 +158,7 @@ const AddPage = () => {
placeholder="Describe about your experience..."
required
/>
{/* <textarea
class="form-outline"
placeholder="Leave a comment here"
id="floatingTextarea2"
style={{
height: "100px",
}}
></textarea> */}


<Form.Control.Feedback type="invalid">
Please provide some story :(
Expand All @@ -181,7 +175,7 @@ const AddPage = () => {
);
};

{
// {
/* <form onSubmit={handleSubmit}>
<label htmlFor="title">Title:</label>
<input type="text" id="title" name="title" />
Expand All @@ -197,6 +191,6 @@ const AddPage = () => {
<br />
<button type="submit">Add Blog</button>
</form> */
}
// }

export default AddPage;

0 comments on commit c0d7c36

Please sign in to comment.