swiftui-currency-field icon indicating copy to clipboard operation
swiftui-currency-field copied to clipboard

Currency field using SwiftUI, input RTL for PoS look and feel 🏦

Results 3 swiftui-currency-field issues
Sort by recently updated
recently updated
newest added

Most arabic currencies do not have two, but three fractional digits. And japanese Yen, south korean Won and some other currencies do not have fractions at all - only whole...

Without getting too deep into what the most "correct" type is to represent currency, it at least seems that both `Int` and `Decimal` are [commonly](https://github.com/Flight-School/Money/blob/main/Sources/Money/Money.swift#L6) [used](https://www.jessesquires.com/blog/2022/02/01/decimal-vs-double/). It would be very...

great work, love this repo! I would like to extend it by adding a toolbar to the top of the keyboard. Is there a preferred way to do this? When...