# How to Fix Keyboard Issues Introduced in the Latest Jetpack Compose (1.4.0)

DevFeed: [How to Fix Keyboard Issues Introduced in the Latest Jetpack Compose (1.4.0)](<https://devfeed.tech/articles/how-to-fix-keyboard-issues-introduced-in-the-latest-jetpack-compose-1-4-0-25521.md>)

Original publisher: [Read original article](<https://patrykkosieradzki.com/how-to-fix-keyboard-issues-introduced-in-the-latest-jetpack-compose-1-4-0>)

Published: 2023-03-31T00:00:00Z

Content type: tutorial

Language: en

Sources: [Patryk Kosieradzki](<https://devfeed.tech/sources/patryk-kosieradzki.md>)

Topics: [Jetpack Compose](<https://devfeed.tech/topics/jetpack-compose.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [bug](<https://devfeed.tech/tags/bug.md>), [code](<https://devfeed.tech/tags/code.md>), [compose](<https://devfeed.tech/tags/compose.md>), [dialog](<https://devfeed.tech/tags/dialog.md>), [jetpack-compose](<https://devfeed.tech/tags/jetpack-compose.md>), [keyboard](<https://devfeed.tech/tags/keyboard.md>), [regression](<https://devfeed.tech/tags/regression.md>)

## AI overview

A troubleshooting tutorial about a keyboard regression in Jetpack Compose 1.4.0. The article demonstrates that the keyboard does not appear for text fields in DialogFragments containing ComposeView, investigates the problem through the Google Issue Tracker, and discusses the relevant code setup and fix.

## Source excerpt

Non-working keyboard in the latest version of Jetpack Compose - another case of keyboard issues in Compose.