When using the autofill function on a mobile device, it will create a white/blank space after the inserted text, resulting in errors in authentication or when crating things if not noticed. We need to add an extra flag added to our TextInput and Textarea components to automatically check if there is a white/blank space behind the word and remove it automatically
When using the autofill function on a mobile device, it will create a white/blank space after the inserted text, resulting in errors in authentication or when crating things if not noticed. We need to add an extra flag added to our TextInput and Textarea components to automatically check if there is a white/blank space behind the word and remove it automatically
Image of the current problem: