From c7756b3bb92f48fe51eaae5905dbd01913d26565 Mon Sep 17 00:00:00 2001 From: Krystian Sienkiewicz Date: Fri, 28 Aug 2026 11:47:27 +0200 Subject: [PATCH] docs: note --- docs/docs/misc/known-limitations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/misc/known-limitations.md b/docs/docs/misc/known-limitations.md index f387af516..bebc217ad 100644 --- a/docs/docs/misc/known-limitations.md +++ b/docs/docs/misc/known-limitations.md @@ -32,3 +32,8 @@ We may add support for more tags and related functionality over time - see the not supported yet, the best way to let us know is to open a [GitHub issue](https://github.com/software-mansion/react-native-enriched-html/issues) in our repo. + +## Tapping outside the editor doesn't blur it + +On mobile, tapping outside of an `EnrichedTextInput` does not blur it. This is +a limitation of React Native itself, not something specific to this library.