Closed hopefulTex closed 10 months ago
Thank you so much @hopefulTex, just tested this out with various values for placeholder and width and it works great! Really appreciate the PR ❤️
Pasting now trims to match the available space if length is greater than the charLimit.
Great catch on this as well!
Previously, the
placeholderView()
function did not respectWidth
when it was set to a non-zero value. The textinput's width now stays the same irrelevant of the placeholder length. Pasting now trims to match the available space if length is greater than thecharLimit
.