You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/customization.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,3 +361,13 @@ Some widgets have parameters without names (e.g. Text, Icon), you can add a name
361
361
}
362
362
}
363
363
```
364
+
365
+
366
+
## 5. Form controls that have controllers
367
+
*****
368
+
If you use :formControl on a TextField-like, you should add it to "controlsWithTextEditingControllers" option, otherwise will use `onChanged` event and `value` property instead.
0 commit comments