vukani-dev / improvement-roll

A randomly selected todo list
GNU General Public License v3.0
30 stars 5 forks source link

Text inputs behave differently #19

Open tlahn opened 2 years ago

tlahn commented 2 years ago

Hi, while creating / editing some categories and tasks, I noticed that the text input fields differ in their behaviour. Input for name of category shows autocompletion and the ability to add emojis when typing but description of category as well as name and description of tasks do show neither autocompletion nor the ability to add emojis.

Software version: 1.2.7 Android version: 8

vukani-dev commented 2 years ago

Hello! I think I know why. We had an issue regarding text inputs auto duplicating on certain keyboards late last year. I put in a sort of hacky fix to the problem by enabling secureTextEntry.

This seems to also turn off emojis and auto completion.