Commit e2a9e90
committed
[templates] do not use 'required' in xaml controls
Runtime XAML and XamlC inflators ignore the required fields and props.
XSG can do it in soem cases but fails for complex, or long references.
Replace the compiler check (ignored) by a runtime check1 parent a17b617 commit e2a9e90
File tree
1 file changed
+4
-4
lines changed- src/Templates/src/templates/maui-mobile/Pages/Controls
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
0 commit comments