SwiftUIKit icon indicating copy to clipboard operation
SwiftUIKit copied to clipboard

CurrencyTextField textAlignment property is not used

Open sbwp opened this issue 5 years ago • 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.

sbwp avatar Nov 24 '20 15:11 sbwp

Thank you Austin!

youjinp avatar Nov 26 '20 23:11 youjinp