Fix behaviour of Enter and Tab hardware keys in TextFields (#216)

* Fix behaviour of Enter and Tab hardware keys in TextFields

* Add changelog
This commit is contained in:
Jorge Martin Espinosa 2023-03-15 13:57:51 +01:00 committed by GitHub
parent 3fb87c40fd
commit ce981bc6a5
3 changed files with 9 additions and 6 deletions

1
changelog.d/216.bugfix Normal file
View file

@ -0,0 +1 @@
Make sure `Modifier.onTabOrEnterKeyFocusNext` doesn't add line breaks or tabs to TextFields.