Javascript – Input field loses focus when I type
I am building a React application that uses an input field to allow users to type a recipe title, then, when they submit the form, the recipe should be added to a RecipeList. At the moment, my code isn't working…