Skip to content

Commit 8c76252

Browse files
committed
Add status badge to readme
1 parent 01c9930 commit 8c76252

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# NumericText
22

3+
![Build](https://github.com/amayers/NumericText/workflows/Swift/badge.svg)
4+
35
A simple SwiftUI `TextField` that limits user input to numbers.
46

57
The most common response in https://stackoverflow.com/questions/58733003/swiftui-how-to-create-textfield-that-only-accepts-numbers (the top search result), advocates just setting a numeric keyboard. But that totally misses cases when used with hardware keyboards. Many of the suggested

0 commit comments

Comments
 (0)