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
In which task and step of the codelab can this issue be found?
Add a tip-Percentage text-field
Describe the problem
Instead of the use of "onValueChange" parameter for "TextField" Composable, the use of "onValueChanged" parameter in the function call.
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-calculate-tip?authuser=2&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-2-pathway-3%3Fauthuser%3D2%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-calculate-tip#3
In which task and step of the codelab can this issue be found?
Add a tip-Percentage text-field
Describe the problem
Instead of the use of "onValueChange" parameter for "TextField" Composable, the use of "onValueChanged" parameter in the function call.
Additional information