Custom validators are not being triggered when using Angular Formly with reactive forms. The validation works fine with built-in validators but fails with custom validation functions.
validation
custom-validators
reactive-forms
When rendering large arrays of dynamic fields (100+ items), the application becomes sluggish and unresponsive. Need to implement virtual scrolling or pagination for better performance.
performance
field-arrays
virtual-scrolling
The documentation doesn't include examples for the newly added field types like 'datepicker', 'file-upload', and 'rich-text-editor'. Need to add comprehensive examples and API documentation.
documentation
field-types
examples
Fixed memory leak that occurred when destroying nested form components. The issue was caused by improper cleanup of event listeners and subscriptions.
memory-leak
nested-forms
fixed