DateInput
Extends:
Компонент DateInput
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
componentWillReceiveProps(props: *) |
|
| public |
getDeletedSymbol(index: *): * |
|
| public |
onBlur(e: *) |
|
| public |
Показывается попап при нажатии на кнопку с иконкой календаря |
|
| public |
onChange(e: *, callback: *) |
|
| public |
onFocus(e: *) |
|
| public |
onInputClick(event: *) |
|
| public |
onKeyDown(e: *) |
|
| public |
render(): * Базовый рендер |
|
| public |
replaceAt(string: *, index: *, replacement: *): * |
|
| public |
setCursorPosition(cursorPosition: *) |
|
| public |
setInputRef(input: *) |
|
Public Constructors
public constructor() source
Public Methods
public componentWillReceiveProps(props: *) source
Params:
| Name | Type | Attribute | Description |
| props | * |
public onBlur(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public onChange(e: *, callback: *) source
Params:
| Name | Type | Attribute | Description |
| e | * | ||
| callback | * |
public onFocus(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public onInputClick(event: *) source
Params:
| Name | Type | Attribute | Description |
| event | * |
public onKeyDown(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |
public replaceAt(string: *, index: *, replacement: *): * source
Params:
| Name | Type | Attribute | Description |
| string | * | ||
| index | * | ||
| replacement | * |
Return:
| * |
public setCursorPosition(cursorPosition: *) source
Params:
| Name | Type | Attribute | Description |
| cursorPosition | * |
public setInputRef(input: *) source
Params:
| Name | Type | Attribute | Description |
| input | * |