I have an app written using Jetpack Compose. When I hit “Enter” button on a keyboard, it hits the first Button() element on a current screen. How do I prevent this behaviour?
Don’t know if there’s a reason to provide any source code, as it works with any Button() element or IconButton() that is first on the form in the code.