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