HTYTextField
HTYTextField copied to clipboard
Text overlapping with rightPlaceholder text
While entering text into HTYTextField , entered text overlaps rightPlaceholder text. See the attached image. is there any way to handle this particular bug.
I'll look into fixing this and making a pull request at some point, but what I'd suggest trying is:
- Calculate the width of the right placeholder
- Subclass HTYTextfield and override
editingRectForBounds
, subtracting the right placeholder width
ANy Updates for the same @nevillco ?
I hide it when text.characters.count == 2