Skip to content

Commit 4a4f025

Browse files
author
Kuldeep Saxena
authored
Update FormControl.md
1 parent 9f581bc commit 4a4f025

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/api/FormControl.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,14 @@ Function needs to be called whenever a value change happens.
114114
onBlur: () => void;
115115
```
116116
Function needs to be called whenever a blur event triggers.
117-
<br/></br>
117+
##
118+
```ts
119+
handler: (inputType?: InputType, value?: string) => Handler;
120+
```
121+
Returns the props required to bind a control with an input element.
122+
123+
For more details see the handler section of [props](Props.md).
124+
118125
Note: This document is a derivative of ["Form Control Document"](https://angular.io/api/forms/FormControl) by Google,
119126
under [CC BY](https://creativecommons.org/licenses/by/4.0/).
120127

0 commit comments

Comments
 (0)