Skip to content

Tag: react-hooks

ReactJs : Nested State Not getting Updated

I have below code : In this, iState has Error portion nested within – When I am trying to update the nested state of Error , its not getting updated – I can see it entering within else block , but not updating the state. I also tried with – setstate({…state.Error, EName:”}) EDIT …

React email address format validation

I’m building a portal where students from only 6 universities can participate so I need a way to limit the email address type to these 6 universities for example emails ending with @mit.edu How do I implement this in React with the form validation set to characters and on clicking on of these formats fr…