GithubHelp home page GithubHelp logo

jtrinc / swiftui-currency-field Goto Github PK

View Code? Open in Web Editor NEW
27.0 27.0 4.0 8 KB

Currency field using SwiftUI, input RTL for PoS look and feel ๐Ÿฆ

License: MIT License

Swift 100.00%
currency input ios swift swift-package-manager swiftui uitextfield

swiftui-currency-field's People

Contributors

jtrinc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jovianlin kevinlg

swiftui-currency-field's Issues

`Decimal` API in addition to `Int`

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

It would be very nice if in addition to @Binding var value: Int there was a @Binding var value: Decimal API to the text field as well. One could probably be a derivative of the other, but not having to manually convert these values everywhere would be great.

Either way, thanks for the library, very helpful!

.toolbar -> ToolbarItemGroup(placement: .keyboard) ?

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 I try

                        CurrencyField(value: $value).toolbar {
                            ToolbarItem(placement: .keyboard) {
                                Button("Click me!") {
                                    print("Clicked")
                                }
                            }
                        }

nothing is displayed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.