docs-v7
docs-v7 copied to clipboard
Feedback form 05.2019
- [ ] extend examples in the article
code sample for each editor.
- [ ] extend article dataform-validation-custom
A description should be provided about when custom validators are called in relation to other validators that might be assigned to component.
- [ ] extend dataform-validation-overview article
You should add a description of how to get the overall form validity by iterating over the properties. If that is not the expected method, then the actual way to do so should be documented
-
[ ] wrong code-snippets are shown for NativeScript core icon-fonts @tsonevn
-
[ ] extend and improve the RadDataForm validation example https://docs.nativescript.org/angular/ui/professional-ui-components/ng-DataForm/Validation/dataform-validation-events
-
The description does not indicate how to get the overall validation result for the entire form.
-
The description does not indicate at which stage the validation is called so we don't know if the validate event is called before or after other validators have been evaluated.