Mohammad Javad Pourqavam

Results 2 issues of Mohammad Javad Pourqavam

Hi If we use the overlay (`renderOverlay: true`), the underlying widgets are still focusable for example by pressing **`Tab`** on desktop platform. ![sdfbug2](https://user-images.githubusercontent.com/39864929/173190806-9a4559c6-c9d7-48f3-92e1-17f542751359.png) The ```dart FocusScope.of(context).canRequestFocus = false; // true...

bug

Hi Some languages like Persian uses `\u200c` (Zero-Width Non-Joiner) as half space (Shift + Space), but this package does not count this character. It makes problem in max length of...