SwiftUIKit
SwiftUIKit copied to clipboard
A collection of missing SwiftUI components
Currency TextField was taking phone locale for Number Formatter. there was no option to provide fixed Locale added that. The TextField was taking only 9 chracters. Increased that to 20...
given this is dealing with financial data should really use Decimal to ensure no loss of precision for large values or for currencies that commonly use large values eg. yen,...
removing line 58 fixes it, ```swift viewModel.dummy.dismiss(animated: true) ``` but I believe it was there for some reason. I'm new to Swift so I need some help in making a...
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.
Sorry, me again, it seems that its not possible to apply this setting to the Currency Text Field: `.textFieldStyle(RoundedBorderTextFieldStyle())` When I add this option nothing about the text field appearance...
Hello sir, thank you for your code, but as I noticed this currency text field does not support Arabic numbers (١٢٣٤٥٦٧٨٩٠).