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
Is your feature request related to a problem? Please describe.
Maybe I am doing something wrong but the picker is always focused as soon as the composable is called. Hence also the keyboard is opened by default.
Describe the solution you'd like
Could this be fixed with an "isFocused" parameter, maybe? So that the keyboard does not open until you tap on the picker?
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
I faced the same issue, After checking I think this is because the TogiCountryCodePicker is internally using autoFill Modifier, which attracts focus to the field.
I have forked the library and removed autoFill, will add a parameter for it later.
It should be taken into consideration that not everyone needs autoFocus.
Is your feature request related to a problem? Please describe.
Maybe I am doing something wrong but the picker is always focused as soon as the composable is called. Hence also the keyboard is opened by default.
Describe the solution you'd like
Could this be fixed with an "isFocused" parameter, maybe? So that the keyboard does not open until you tap on the picker?
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: