src/app/component/mobile-input/mobile-input.component.ts
selector | stbui-mobile-input |
styleUrls | ./mobile-input.component.scss |
templateUrl | ./mobile-input.component.html |
Properties |
Inputs |
Outputs |
constructor(elementRef: ElementRef)
|
||||||
Parameters :
|
disabled | |
Type : boolean
|
|
Default value : false
|
|
placeholder | |
Type : string
|
|
Default value : '请输入手机号码'
|
|
value | |
Type : string
|
|
valueChange | |
Type : EventEmitter<any>
|
|
Private delay |
Type : number
|
Default value : 300
|
Private regular |
Type : any
|
Default value : /^[1][3,4,5,7,8][0-9]{9}$/
|
./mobile-input.component.scss