Pythonidaer / reddie

React app for saving and retrieving Reddit comments.
0 stars 1 forks source link

On mobile (only?), it appears that typing in a subreddit results in an error if it isn't selected from the dropdown #23

Closed Pythonidaer closed 1 year ago

Pythonidaer commented 1 year ago

To create:

I think this may have to do with either the logic or the difference in events between, say, "pushing" and "clicking". More investigation is needed, but first replication has to happen.

Pythonidaer commented 1 year ago

Fixed this by finding some inputValue and onInputChange props in thanks to ChatGPT.