You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# HTML Input Type SerialNumber
2
-
A new type of HTML Input field which is specially built for Serial Numbers. It assists the user while filling out the input field LIVE.
2
+
A widget that assists users while filling out HTML Input fields intended for Serial Numbers.
3
3
4
4
## _LIVE_ Pattern Matching and Auto Completion
5
5
@@ -9,7 +9,7 @@ It test for the Regular Expression separately on separate pieces of the input, i
9
9
### Auto Completion
10
10
Some Serial Numbers have separating characters, such as dashes, between the pieces. This input field __automatically adds__ those separators wherever required.
11
11
12
-
Since both these features LIVE, this software__assists__ the user while filling out the Serial Number, instead of simply pointing out that it was wrong.
12
+
Since both these features LIVE, this widget__assists__ the user while filling out the Serial Number, instead of simply pointing out that it was wrong.
0 commit comments