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 | 29 | 30 | 31 |
Tags
- Dialog
- Button
- 안드로이드
- Coroutines
- tabbar
- activity
- 앱바
- textview
- 계측
- ScrollView
- Kotlin
- appbar
- data
- DART
- TEST
- drift
- binding
- Compose
- Navigation
- 테스트
- textfield
- LifeCycle
- viewmodel
- Flutter
- CustomScrollView
- intent
- android
- 앱
- livedata
- scroll
Archives
- Today
- Total
목록actionbutton (1)
Study Record

✍ 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