Fixes an issue where customRecognizerBuilder is not being passed to EditableTextBlock, preventing customRecognizers from being usable in some places like inside checkbox lists.
[ ] โจ New feature: Adds new functionality without breaking existing features.
[x] ๐ ๏ธ Bug fix: Resolves an issue without altering current behavior.
[ ] ๐งน Code refactor: Code restructuring that does not affect behavior.
Description
Fixes an issue where customRecognizerBuilder is not being passed to EditableTextBlock, preventing customRecognizers from being usable in some places like inside checkbox lists.
Suggestions