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
Looks like when attempting to search currently there's an issue where you are forced to type in lowercase because the API only lists Pokemon that way. Updating the filtering of the response would help fix this for the user experience.
On line 57 in PokemonViewModel.kt I just added .lowercase() at the end of the filter to achieve this effect.
The text was updated successfully, but these errors were encountered:
Looks like when attempting to search currently there's an issue where you are forced to type in lowercase because the API only lists Pokemon that way. Updating the filtering of the response would help fix this for the user experience.
On line 57 in PokemonViewModel.kt I just added .lowercase() at the end of the filter to achieve this effect.
The text was updated successfully, but these errors were encountered: