-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/highlight business name (#21)
* Add highlighting of businessName to ResultsTable - Add prop businessName to be passed in to ResultsTable - Add highlighting of businessName, using a <span> with a background colour * Add try catch for creating the Regex * Fix businessName prop to only update on a search - Rather than the highlighting live updating as the user types, it will just do the highlighting when the search button is pressed * Fix bug where highlighting is removed - When changing between Match/Range/UBRN, the highlighting would dissapear
- Loading branch information
1 parent
88e7105
commit a71df5a
Showing
2 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters