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)

graph LR matches["matches"] FormField["FormField"] CustomComponentAdapter["CustomComponentAdapter"] getUniqueSelector["getUniqueSelector"] buildSignals["buildSignals"] findLabelWithStrategy["findLabelWithStrategy"] createLogger["createLogger"] matches -->|uses| FormField matches -->|uses| CustomComponentAdapter matches -->|uses| getUniqueSelector matches -->|uses| buildSignals matches -->|uses| findLabelWithStrategy matches -->|uses| createLogger style matches fill:#dbeafe,stroke:#2563eb,stroke-width:2px click matches "19835198bf6ff31b.html" click FormField "85cdbded927c91b0.html" click CustomComponentAdapter "dc86c1894fa368f3.html" click getUniqueSelector "7276f3807435c3b4.html" click buildSignals "fdbba0db0d498eca.html" click findLabelWithStrategy "8f614323e886c07b.html" click createLogger "70597a0a6b5e9ebb.html"

No incoming dependencies.