### Content want to programmatically delete (backspace) a text input. and use [manualDelete ](https://github.com/fluttercandies/extended_text_field/blob/8026bcb1a2c5628d4f68bc9934f665cf8de04399/example/lib/pages/complex/text_demo.dart#L377C1-L377C1) method. if text contains emoji like π π¨βπ©βπ¦ , it will throw `substring does not support UTF-16`. this is issue from dart https://github.com/dart-lang/sdk/issues/35798