carbon-design-system / carbon-addons-iot-react

A collection of React components shared between IBM Watson IoT products.
https://carbon-design-system.github.io/carbon-addons-iot-react/
Apache License 2.0
94 stars 76 forks source link

[Table] Support Span node of breadcrumb for drag and drop #3840

Closed Happyrajsinh closed 5 months ago

Happyrajsinh commented 5 months ago

What package is this for?

Summary

Additional check of droppable breadcrumb item to be a hyperlink is not needed as class check is already there. To avoid scenarios where custom flavours of breadcrumb having span instead of "a" i.e. hyperlink, table row drop over breadcrumb nodes will not work. So minor removal of extra condition will allow it to work for other consumers of Breadcrumb as well.

Specific timeline issues / requests

ASAP.

Available extra resources

I will be owning this.