CurrencyText icon indicating copy to clipboard operation
CurrencyText copied to clipboard

Currency text field formatter available for UIKit and SwiftUI πŸ’ΆβœοΈ

Results 6 CurrencyText issues
Sort by recently updated
recently updated
newest added

## What problems I want to solve? The repo does not have a contribution guideline file ## Tasks - [ ] Define and create contributing.md - [ ] Define and...

enhancement
type/docs

Whenever Apple provides us with API for fully controlling `TextField`s selected text range, it will open the door for a plain vanilla SwiftUI version of `CurrencyTextField` and its libraries. As...

enhancement

## Description Improve clarity on the Example app. The idea is to showcase users how a different currency formatter setup affect the text field input formatting. _e.g. adding pickers to...

enhancement
good first issue

## What problems I want to solve? support Carthage ## What value it delivers? ... ## Tasks ... ## Dependecies / References None.

enhancement
good first issue

### Why? Writing to the underlying `wrappedValue` of a property wrapper wasn't guaranteed to be on the main thread depending on how a user might be using it. ### Changes...

## What problems I want to solve? There are mutliple warnings on iOS >16.X while using your code: `Publishing changes from within view updates is not allowed, this will cause...

bug