We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f581bc commit 4a4f025Copy full SHA for 4a4f025
docs/api/FormControl.md
@@ -114,7 +114,14 @@ Function needs to be called whenever a value change happens.
114
onBlur: () => void;
115
```
116
Function needs to be called whenever a blur event triggers.
117
-<br/></br>
+##
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
125
Note: This document is a derivative of ["Form Control Document"](https://angular.io/api/forms/FormControl) by Google,
126
under [CC BY](https://creativecommons.org/licenses/by/4.0/).
127
0 commit comments