ng-dynamic-forms icon indicating copy to clipboard operation
ng-dynamic-forms copied to clipboard

Rapid form development library for Angular

Results 121 ng-dynamic-forms issues
Sort by recently updated
recently updated
newest added

In `DynamicFormControlModel` there's a memory leak from this line of code: ``` this.disabled$.subscribe(disabled => this._disabled = disabled); ``` as well as in `DynamicFormValueControlModel` from this line of code: ``` this.value$.subscribe(value...

Could the `validators` property on the dynamic models optionally be an array of `ValidatorFn`? I've used Covalent dynamic forms a lot and coming from that they have ``` validators?: ITdDynamicElementValidator[];...

Fixed issue #1047 for missing tabIndex implementations for dynamic Material elements.

The following dynamic Material elements are missing tabIndex implementation: checkbox, chips, datepicker, radio-group, select and slide toggle. I've fixed the issue and created a pull request.

## I'm submitting a [ ] Bug / Regression [X] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `9.0.1` [ ] Basic UI [ ] Bootstrap UI...

## I'm submitting a [ ] Bug / Regression [ ] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `8.1.0` [ ] Basic UI [ ] Bootstrap...

## I'm submitting a [x] Bug / Regression [ ] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `9.0.1` [ ] Basic UI [ ] Bootstrap UI...

ui-material

## I'm submitting a [X] Bug / Regression [ ] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `X.Y.Z` [ ] Basic UI [ ] Bootstrap UI...

## I'm submitting a [ ] Bug / Regression [ ] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `X.Y.Z` [ ] Basic UI [ ] Bootstrap...

## I'm submitting a [ ] Bug / Regression [X] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `9.0.1` [X] Basic UI [ ] Bootstrap UI [...