SwiftUI-Apple-Watch-Decimal-Pad icon indicating copy to clipboard operation
SwiftUI-Apple-Watch-Decimal-Pad copied to clipboard

A dirty fix for Apple's missing decimal pad for watchOS

Results 3 SwiftUI-Apple-Watch-Decimal-Pad issues
Sort by recently updated
recently updated
newest added

I'm using your fantastic DigiTextView to entering numbers in a Watch App, but I can't capture any event. I tried: .onTapGesture { print("tap") } .onChange(of: presentingModal) { if presentingModal {...

good first issue

Hi, it would be nice to change the "Done" button label with the modifier (iOS 15+) `.submitLabel(...)`. Besides that I need the `.onSubmit {...}` method. Thanks!

enhancement
good first issue

Hi, would it be possible to add support for negative values? I wish I could do this myself but I'm not there yet. Thank you!

enhancement
good first issue