Reactjs – How Can I confirm password in React Form?
I use ReactBootstrap in styled-component , storage formData in Context I want the Form.Control maintain its original style and start checking validate only after my first input. When I onChange name and account , the feedback div can work correctly…