Skip to content

Feature: missing TextMatcherOptions for *ByLabelText and *ByHintText queries #1182

Closed
@mdjastrzebski

Description

@mdjastrzebski

Describe the Feature

All basic attribute matcher queries (*ByText, *ByTestId, ...) accept TextMatcherOptions (exact and normalizer). However *ByLabelText and *ByHintText do not.

The goal of this task is to add the same options to that queries.

Possible Implementations

This should be relatively straightforward copying of code from e.g. *ByTestId and applying it to *ByLabelTextand*ByHintText` queries.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions