ngx-formly
ngx-formly copied to clipboard
📝 JSON powered / Dynamic forms for Angular
Update form field wrapper to handle simple text in textPreffix/textSuffix **What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)** Small feature for the form field...
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)** This PR adds the multiselect control from primeng to formly, it also adds it to the...
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
I have been trying to create a structured layout that works with primeflex and ngprimeblocks. I keep running into an issue with the wrapping of fields due to the way...
**Question** I have a formly form that uses a 2 date pickers and a 2 custom types ( FieldType). How can I trigger the validation on the outer form when...
**Description** If the configuration is read in as a json schema and defined as "select" and "multiple" via the map function, errors appear in the console and the input field...
**Description** I am using custom wrapper. In some scenarios some controls are marked as required depending on use case (manually adding Validations.required). **Minimal Reproduction** https://stackblitz.com/edit/angular-hnhdlf?file=src%2Fapp%2Frepeat-section.type.ts,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.module.ts,src%2Fapp%2Fform.extension.ts,src%2Fapp%2Fcustom-wrapper%2Fcustom-wrapper.component.ts,src%2Fapp%2Fcustom-wrapper%2Fcustom-wrapper.component.html To reproduce: just check Email...
i have a problem with reseting the form and update the model with the new values. 1) receive data from the server for the form and fill out the form....
**Description** I have an Angular app (using the standalone API) that uses ngx-formly for creating forms. I am currently adding ngx-mask to be used in masking user input. I have...
**Description** ```typescript { key: 'someKey', type: 'input', props: { type: 'number', label: 'Some Label', placeholder: `Please input`, }, } ``` field with config above has no label on number type...