-
Notifications
You must be signed in to change notification settings - Fork 13
Commit 9432d82
Add check for schema property
Fixes angular-schema-form#558 Add check for schema property to prevent
form generation failures when a checkbox is explicitly defined by a
developer (and therefore does not have a schema property) by
@vinceis1337 in angular-schema-form#6631 parent 179a25f commit 9432d82
File tree
4 files changed
+20
-9
lines changed- dist
- src/lib
4 files changed
+20
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
3 | + | ||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | - | ||
115 | - | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
116 | 122 |
| |
117 | 123 |
| |
118 | 124 |
| |
119 | 125 |
| |
120 | 126 |
| |
121 | 127 |
| |
122 | 128 |
| |
123 | - | ||
129 | + | ||
124 | 130 |
| |
125 | 131 |
| |
126 | 132 |
| |
|
0 commit comments