Closed davidkessler-ch closed 2 months ago
It works when providing:
iPhoneNumberField(nil, text: $text, isEditing: $isEditing) {
$0.withExamplePlaceholder = true
}
But I would have thought it should work out of the box...
I will close this, as above solution is acceptable
When not passing a placeholder string, no placeholder appears at all.
According to the README, I thought a default number should appear.