Closed abdulvahidkpOctalogic closed 9 months ago
Hello @smastrom. Unfortunately, this fix broke our functionality. Could this be as a custom option? Like enableClickPreventDefault.
Thank you.
Hello @smastrom. Unfortunately, this fix broke our functionality. Could this be as a custom option? Like enableClickPreventDefault.
Thank you.
Which kind of functionality did it break?
We use rating selects inside links. And we catch click events in react parent components. With this changes we need to rethink our flow, because it's not possible to configure previous behavior or set our custom click handler.
Hello @smastrom, Is it possible to do something with it? Or I can do merge request.
But I'm not sure which approach use. I think click handler should not be blocked. If something is inside link, it should behave as a link.
I'm currently facing an issue with the rating component, specifically when used within cards containing navigation links. Upon attempting to change the rating, it triggers navigation to the card's link unintentionally.
This behavior poses a usability problem, especially when the rating component is embedded within cards that are meant to serve as navigation links. The expected functionality is to change the rating without triggering navigation.