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: CHANGES.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
+
## 2.1.0 / 2015-07-15
2
+
3
+
Added `mask.getRawValue()` to get the user's raw input, without any non-editable placeholder characters. [[muffinresearch][muffinresearch]]
4
+
5
+
Added customisation of the character used to fill in editable slots for which these is no input yet, by passing a single-character `placeholderChar` string as an option to the `InputMask` constructor. [[muffinresearch][muffinresearch]]
6
+
1
7
## 2.0.1 / 2015-07-14
2
8
3
-
Fixed taking input for patterns with leading static parts when the cursor or entire selection is in the static part.
9
+
Fixed taking input for patterns with leading static parts when the cursor or entire selection is in the static part.[[jordansexton][jordansexton]]
0 commit comments