How do you prevent the default behavior in an event callback in React? Technology Community › Category: React › How do you prevent the default behavior in an event callback in React? 0 Vote Up Vote Down VietMX Staff asked 4 years ago You call e.preventDefault(); on the event e passed into the callback.