Can I make image picker show a default image? So the user can see current profile image and click it to choose a new image.
If it is part of the form component, which updates current collection, the existing image should be there by default.
So I tried to to create a custom form because the original form does not check for unique usernames. That’s the second question I had. I had a way to check for unique usernames. but then I foundout usernames are case sensitive. Is there a way to turn off case sensitivity or force text inputs to all be lowercase?
