WilliamK112 commented on issue #541: URL: https://github.com/apache/fineract-backoffice-ui/issues/541#issuecomment-5640432751
I would like to work on this. The client form currently reuses fixed `submittedOnDate-picker`, `activationDate-picker`, and `dateOfBirth-picker` IDs for every component instance. Because Ionic navigation can keep the previous page alive and these modals use `keepContentsMounted`, opening the create form again can leave duplicate IDs in the document, so `ion-datetime-button` may resolve the wrong or missing control. I will give each client-form instance a stable unique picker suffix, keep each button and datetime ID paired, and add a focused regression test that renders multiple instances and verifies their references do not collide. I will keep the change scoped to this component and its tests. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
