ng-dynamic-forms
ng-dynamic-forms copied to clipboard
Rapid form development library for Angular
I have new DynamicInputModel({ id: 'title', label: 'Title', maxLength: 10, placeholder: 'Title' }), so after entering the details , if I hit enter it executes form;s submit event which then...
My model has text area new DynamicTextAreaModel({ id: 'discussion', label: 'Discussion', placeholder: 'Discussion', maxLength: 100, rows: 5, cols: 10 }) However when i hit enter to go to next row...
## 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 [ ] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `8.0.1` [ ] Material ## Description Angular material auto resize is supported, But...
## I'm submitting a [ ] Bug / Regression [x] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `10.1.0` [ ] Basic UI [ ] Bootstrap UI...
This PR adds global message support, similar to functionality provided by ngx-formly. The goals of this PR are as follows. - Reduce boilerplate by defining all Error Message in a...
## I'm submitting a [x] Bug / Regression [ ] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `X.Y.Z` [ ] Basic UI [ ] Bootstrap UI...
In core/dynamic-form-control-container.component.ts on "customEvent" property definition it is defined, that type should be either EventEmitter or undefined. (https://github.com/udos86/ng-dynamic-forms/blob/4ea5aceb8fac7cfc89d69547e59089882bd5e7e8/projects/ng-dynamic-forms/core/src/lib/component/dynamic-form-control-container.component.ts#L65). But in method "onCustomEvent" in the same component class there are no...
## I'm submitting a [X] Bug / Regression [ ] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: `10.1.0` [ ] Basic UI [ ] Bootstrap UI...
## I'm submitting a [ ] Bug / Regression [x] Feature Request / Proposal [ ] Question ## I'm using NG Dynamic Forms Version: `7.0.4` [ ] Basic UI [...