Issue Management Dashboard

12
Open Issues
5
In Progress
28
Resolved
3
Critical

Recent Issues

Form validation not working with custom validators
#AF-001
High
2025-06-25
Open
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
Dynamic field array rendering performance issues
#AF-002
Medium
2025-06-24
In Progress
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
Documentation update needed for new field types
#AF-003
Low
2025-06-23
Open
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
Memory leak in nested form components
#AF-004
High
2025-06-22
Closed
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