Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit dd9e206

Browse files
Update README.md
Add a note on how to set the mask placeholder character to a whitespace character.
1 parent f3cd452 commit dd9e206

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ Allows customizing the mask placeholder when a user has focused the input elemen
9696
#### uiMaskPlaceholderChar
9797
Allows customizing the mask placeholder character. The default mask placeholder is `_`.
9898
99+
Set this attribute to the word `space` if you want the placeholder character to be whitespace.
100+
99101
#### addDefaultPlaceholder
100102
The default placeholder is constructed from the `ui-mask` definition so a mask of `999-9999` would have a default placeholder of `___-____`; unless you have overridden the default placeholder character.
101103

0 commit comments

Comments
 (0)