matches method infrastructure ✓ 100.0%
Last updated: 2026-03-04T23:21:38.391Z
Metrics
LOC: 6
Complexity: 2
Params: 1
Coverage: 100.0% (1/1 lines, 3x executed)
Signature
matches(el: HTMLElement): : boolean
Source Code
matches(el: HTMLElement): boolean {
return (
el.classList.contains("react-select-container") &&
!el.classList.contains("react-select--is-disabled")
);
},
Dependencies (Outgoing)
| Target | Type |
|---|---|
| FormField | uses |
| CustomComponentAdapter | uses |
| getUniqueSelector | uses |
| buildSignals | uses |
| findLabelWithStrategy | uses |
| createLogger | uses |
No incoming dependencies.