Skip to content

Bug in Find text matches within a range #623

Closed
@jkpieterse

Description

@jkpieterse

It appears the example has a bug, it always searches for “Groceries”, whatever value one enters in the text-box.

If I change this:

searchRange.find($("#searchText").text(), {

to

searchRange.find($("#searchText").val().toString(), {

the example works as expected.

Metadata

Metadata

Assignees

Labels

Area: ExcelStatus: fixedFix is complete and will be available to customers as soon as snippet updates are publishedType: snippet bugProblem with a snippet

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions