1
0

jetpack composeでキーボード入力完了時に特定の処理を行う

Posted at

はじめに

今回はjetpack composeでキーボード入力完了時に特定の処理を行うを紹介していきます

本文

TextFieldの引数に対して下記の引数を追加するのみです。
アイコンを変えたい場合はkeybodardOptionIMEOptionを設定するのみです

keyboardActions = KeyboardActions {
/// 行いたい処理
}

最後に

どなたかのお役に立てれば幸いです

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0