henryleunghk / flutter-native-text-input

Native text input for Flutter
MIT License
66 stars 50 forks source link

[BUG] Return key type not working #14

Closed Nico3652 closed 2 years ago

Nico3652 commented 2 years ago

Thank you for improvement.

However I just tried the returnKeyType property on the IOS Simulator iPhone 12 Pro max, and no matter what I'm using (send, done, go, search) when I'm pressing the button the action is still a 'return to line' action :

Capture d’écran 2021-12-03 à 14 24 21
NativeTextInput(
            returnKeyType: ReturnKeyType.send,

As a consequence, the onSubmitted callback is not fired .