-
See: [http://docs.angularjs.org/api/ng.directive:form]
Angular uses a different structure on the form controller _field_.$error._type_, e.g. `title.$error.required`
It would be nice to bind errors f…
-
### Brief
There should be a schema that defines what a valid angular-schema-form schema is, and could be used to validate an angular-schema-form schema.
##### Background
From the README, Angular Sch…
-
## Describe the bug
When validating the clarity angular checkbox group,
clarity error message visibility doesn't reflect the validation state
## How to reproduce
https://stackblitz.com/edit/…
-
To better clarify the specification, I suggest we move the `How to build purl string from its components` and `How to parse a purl string in its components` sections into appendices. These are importa…
-
## Description
Create a flexible visualization generation module capable of generating dashboards based on provided configurations. These configurations encompass dataset details, filter criteria, an…
-
# Checklist (for the issue creator)
- [ ] I have looked at the documentation site and was not able to find the required feature.
- [ ] I have looked into the Figma boards and was not able to find t…
-
Validation errors of the angular-wysiwyg are not showing as part of the errors of the parent form. Is that the expected behavior? How to get the validation errors from angular-wysiwyg ?
-
### Description:
Currently, there is no way to disable setting validation errors by `NgbInputDatepicker` on underlying `FormControl`. This prevents us from implementing certain scenarios.
For exam…
-
After activating the eclipse plugin, I'm getting a ton of validation warnings for directives of angular extensions, such as `uib-tooltip` or `translate` (from angular translate, not the HTML5 attribut…
-
Each of the data input forms should have validation hooked up to it. That would most likely entail converting the forms from template driven forms to reactive forms using Angular's form builder. Using…