Open dovydaskaupas opened 5 months ago
Magnifier displays the focused text.
After the update from 4.8.0 to 5.2.0, the magnifier widget doesn't display the focused text on iOS.
5.2.0
iOS
Steps to reproduce
Expected results
Magnifier displays the focused text.
Actual results
After the update from 4.8.0 to 5.2.0, the magnifier widget doesn't display the focused text on iOS.
Package Version
5.2.0
Platform
iOS
Code sample
Code sample
``` class _MyHomePageState extends State?> _getSuggestions(final String input) async { return ["London", "Paris", "Berlin"] .where((e) => e.contains(input)) .toList(); } } ```
Screenshots or Video
Screenshots / Video demonstration
![magnifier issue demo](https://github.com/AbdulRahmanAlHamali/flutter_typeahead/assets/24279159/9ad08945-3044-415e-b787-15c12b9b3c4a)