youjinp/SwiftUIKit

CurrencyTextField textAlignment property is not used

AustinBrrtt opened this issue · 1 comments

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.

Thank you Austin!