youjinp / SwiftUIKit

A collection of missing SwiftUI components
MIT License
278 stars 32 forks source link

CurrencyTextField textAlignment property is not used #18

Open sbwp opened 3 years ago

sbwp commented 3 years ago

Setting textAlignment in the CurrencyTextField constructor does not do anything. Alignment is set by the SwiftUI multilineTextAlignment context, and the textAlignment property is never accessed in the source code.

youjinp commented 3 years ago

Thank you Austin!