Answers for "react typescript stoppropagation"

1

react typescript stoppropagation

handleClick = (event: any) =>
{
	event.stopPropagation();
}
...
<button onClick={handleClick}></button/
Posted by: Guest on February-03-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language