You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
해당 링크를 참고해보면 BasicTextField2의 경우 compose-foundation 버전을 1.7.0 이상으로 올려주면 이슈가 해결가능함
다만, 앱 내에서 사용하는 calendar 라이브러리가 아직 compose 버전 1.7.0 이상을 지원하지 않기 때문에, foundation 버전을 1.7.0 이상으로 올리면 앱이 런타임에 터지는 문제가 발생함
따라서 BasicTextField2 를 BasicTextField 로 전환하여 해결(BasicTextField 의 경우, 현재 compose-bom 버전에서도 이슈와 같은 문제가 발생하지 않음)
발생 조건)
TextField 클릭 -> 키보드 올라옴 -> 시스템 백버튼 누름 -> 키보드 내려감 -> TextField 포커스 그대로 남아있음 -> 다시 TextField 클릭 -> 키보드가 올라오지 않음 -> 정상적인 키보드 입력 불가
원인 추측)
-> 라이브러리간의 버전 문제일 가능성
-> 코드 자체를 잘못 작성했을 가능성
The text was updated successfully, but these errors were encountered: