We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92ffc7 commit 5583048Copy full SHA for 5583048
src/components/table/helpers/filter-event.js
@@ -23,5 +23,7 @@ export default function filterEvent(evt) {
23
// If the label's form control is not disabled then we don't propagate evt
24
return true
25
}
26
+ // Else check to see if the event target matches one of the selectors in the event filter
27
+ // i.e. anchors, non disabled inputs, etc. Return true if we should ignore the event.
28
return matches(el, EVENT_FILTER)
29
0 commit comments