Would anyone have an example to not allow users to add a string without spaces in between?
I'm using user's inputs to display information in a card, but if I write an input like "fsdfafsaffafsafsffgfdahf..." it ruins the UI display. I want to only allow users to input sentences with spaces in between. Is there any pattern I can use?
I'm using spans to display the input value in my card. Would this be a problem too?
See example below: