razorpay / blade

Design System that powers Razorpay
https://blade.razorpay.com
MIT License
480 stars 122 forks source link

Table row not clickable #2228

Open AnkitaBagale opened 1 month ago

AnkitaBagale commented 1 month ago

Table row is not clickable if clicked on the content in the row. Its clickable only when clicked in between blank spaces.

image
chaitanyadeorukhkar commented 3 weeks ago

Can you pass pointerEvents: none on the component where you want the row to be clickable? We'll figure out a better way to handle this till then

AnkitaBagale commented 3 weeks ago

@chaitanyadeorukhkar this workaround worked. we can reduce the priority for this ticket.