youjinp / SwiftUIKit

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

Given option to pass locale in Currency TextFields #31

Open veereshKS opened 2 years ago

veereshKS commented 2 years ago

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 characters.