Questions tagged [angular-formly]

angular-formly is a game-changing AngularJS tool that provides a directive for seamless customization and visualization of forms created through JavaScript/JSON configurations. By utilizing the formly-form directive and formlyConfig service, this module offers unparalleled maintenance capabilities for your application's forms.

Link a template to a formly field when clicking on another field within an Angular formly form

Recently, I have been utilizing a Formly form that includes a section for displaying dynamic HTML content. Within this form, I am using the template field to initialize some HTML content when the page loads. However, I have encountered an issue where chang ...

Prevent selecting dates beyond the current date in Formly Datepicker within Angular

How can I disable future dates in Formly with Material datepicker in Angular? Despite searching online, I am unable to find a solution! export class AppComponent { form = new FormGroup({}); model: any = {}; options: FormlyFormOptions = {}; fields: ...

Creating a personalized control or widget with Angular

I would like to develop a custom control or widget using Angular. I am familiar with creating forms using basic controls like textboxes and buttons using Angular-Formly. Could you please assist me in achieving this? For instance, if I wish to add a Slide ...