-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature/#62] my new jogbo #76
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어려운 기능이었는데 고생하셨습니다 :)
keyboardActions: KeyboardActions = KeyboardActions.Default | ||
) { | ||
var isFocused by remember { mutableStateOf(false) } | ||
var textFieldValue by remember { mutableStateOf(TextFieldValue(text = value)) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value는 state로 hoisting 해주세요~
...ystem/src/main/java/com/hankki/core/designsystem/component/textfield/HankkiCountTextField.kt
Outdated
Show resolved
Hide resolved
feature/my/src/main/java/com/hankki/feature/my/newjogbo/NewJogboRoute.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿!!
state hoisting은 앱잼 끝나고 수정해주세요 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다.
⛳️ Work Description
📸 Screenshot
KakaoTalk_20240706_044223863.mp4
📢 To Reviewers