MojtabaHs / iPhoneNumberField

Elegant SwiftUI phone number textField.
MIT License
542 stars 88 forks source link

Fixed iOS 16 graph cycle error #76

Closed iakov-kaiumov closed 1 year ago

iakov-kaiumov commented 1 year ago

Example of the code that triggered cycle errors & strange keyboard behaviour:

iPhoneNumberField(text: $text)
    .flagHidden(true)
    .prefixHidden(false)
    .autofillPrefix(true)

I fixed the issue in this commit.

zisko commented 1 year ago

Please merge this :)

MojtabaHs commented 1 year ago

Thanks! this would be helpful