I have a simple TextField
where the user should not be allowed to type in leading whitespaces. I found a couple of similar answers about removing whitespaces from Strings
or don't allow any whitespaces. But in my case the only restriction should be leading whitespaces.
This is what I found for TextFields
but that is removing all whitespaces.
Can anyone help me out here?