lukeredpath / swift-responsive-textfield

A SwiftUI wrapper around UITextField with binding-based state and responder control
Apache License 2.0
86 stars 13 forks source link

Updating textColor and textAlignment when state changes #15

Closed mergesort closed 1 year ago

mergesort commented 1 year ago

This pull request is the fixes #12 without the "typo" updates. I found the text color in my project not changing dynamically as expected, so I made these changes to fix the broken functionality. Any chance you could merge it in @lukeredpath?