Questions tagged [angular-schema-form]

Angular Schema Form is a cutting-edge AngularJS tool designed to effortlessly create dynamic forms based on specifications that adhere to the JSON Schema IETF standard.

Issues with the "required" functionality in Angular Schema Form on select and checkbox fields are not being resolved

I am encountering difficulties with the required validation of select and checkbox fields in Angular Schema Form as a beginner. Within $scope.schema, I have a select field called designation: "designation": { "title": "Designation", "type": "sele ...

What is the best way to customize the appearance of a form element within an angular-schema-form schema without affecting the overall

Currently, I am in the process of constructing a form using the incredible angular-schema-form. Creating the form schema object has been a success so far. My goal is to configure all the form components within the schema using the x-schema-form property in ...

Angular-schema-form is not displaying

I've been experimenting with the angular-schema-form and trying to integrate the datepicker addon, but I'm having trouble getting it to display correctly. Can someone help me out? You can find more information on my testing project at https://git ...

Enhancing angular-schema-form with a unique custom type for datepicker functionality

I'm attempting to integrate a custom type into angular-schema-form for the ui-bootstrap datepicker. After following the provided instructions, the field is not being rendered when I open the form. The module I have loaded on the page: angular.modul ...

Change the value of a separate field when there is a change in the value of one field

I am currently utilizing Angular Schema Form and my goal is to assign a model property to null when the value of a field changes. I have attempted to utilize the onChange method in the form definition as shown below: { key: '7_11', type: 'radios', t ...

Stop angular schema form's destroyStrategy from deleting any data

After upgrading my Angular app from version 0.8.2 to 0.8.3 of Angular Schema Form (ASF), a significant bug emerged. The application features multi-page forms that utilize prev/next buttons for navigation. A condition is implemented to display only relevan ...