File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6868 ccv : '' ,
6969 plate : '' ,
7070 escaped : '' ,
71+ leading : '' ,
7172 custom : '' ,
7273 changing : '' ,
7374 pattern : '1111 1111'
@@ -110,6 +111,11 @@ <h1><code><<a href="https://github.com/insin/react-maskedinput">MaskedInput</
110111 < label htmlFor = "escaped" > Escaped:</ label >
111112 < MaskedInput pattern = "11 \* 11" name = "escaped" id = "escaped" onChange = { this . _onChange } />
112113 </ div >
114+ < p > Leading static characters:</ p >
115+ < div className = "form-field" >
116+ < label htmlFor = "leading" > Leading:</ label >
117+ < MaskedInput pattern = "(0) 111 1111" name = "leading" id = "leading" onChange = { this . _onChange } />
118+ </ div >
113119 < p > Changing patterns:</ p >
114120 < div className = "form-field" >
115121 < label htmlFor = "changing" > Input:</ label >
You can’t perform that action at this time.
0 commit comments