Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- intent
- Coroutines
- CustomScrollView
- 안드로이드
- activity
- TEST
- drift
- viewmodel
- Dialog
- livedata
- 계측
- textfield
- tabbar
- 앱
- appbar
- binding
- Button
- LifeCycle
- 테스트
- Compose
- Navigation
- Flutter
- DART
- scroll
- android
- data
- Kotlin
- 앱바
- textview
- ScrollView
Archives
- Today
- Total
목록TextInputAction (1)
Study Record
[Flutter/TextField] 키보드 액션 버튼 값 바꾸기 (textInputAction)
✍ textInputAction 키보드의 엔터 버튼의 값을 바꿀 수 있다. TextField( textInputAction: TextInputAction.next, ); TextInputAction Logical meaning Android IOS none 입력 소스에 대한 관련된 액션 없음. IME_ACTION_NONE 존재하지 않음 unspecified OS별로 가장 적절한 액션을 취함. IME_ACTION_UNSPECIFIED UIReturnKeyDefault done 입력 그룹에 '입력'을 제공함. IME_ACTION_DONE UIReturnKeyDone go 이동 버튼으로 알맞은 곳으로 이동하시키기 위함. IME_ACTION_GO UIReturnKeyGo search 검색 쿼리를 실행시킴. IM..
Flutter/widget_TextField
2023. 2. 25. 17:30