1.2.0: Added AssignIfNull which allows for fields to get components from self or children

This commit is contained in:
Anders Ejlersen 2021-12-05 10:31:29 +01:00
parent 45411c018a
commit ea849a715d
6 changed files with 93 additions and 2 deletions

View file

@ -20,7 +20,7 @@ There are six different kinds of attributes:
* Validate field (if invalid, draws as red)
* Decorator
* Adds additional information or styling to a field/method (E.g. Header displays a title/category to fields after attribute)
## Access
@ -121,6 +121,8 @@ List of all value attributes:
* If value is less than min value, then set value to min value
* `SmallerThanField`
* If value is less than other fields value, then set value to other fields value
* `AssignIfNull`
* If value is null will either use field or custom type to get from self or children
## Validate