Skip to content
Advertisement

Tag: primeng

Issue with mouseenter mouseleave with PrimeNG DynamicDialog

I’m having a problem with implementing a dynamic dialog that is to appear on mouseenter of an element and disappear on mouseleave. I’m using PrimeNG’s dynamic dialog which has a modal overlay and this causes an issue where mouseleave is immediately triggered when the overlay appears causing the dialog to disappear straight away and then come back on the mouseenter;

A problem with “No value accessor for form control with name”

I’m preparing a stackblitz for a problem that I have with child-parent communication, but along the way, I’ve been confronted with a different issue, namely, I’m getting the following error: No value accessor for form control with name: ‘endDateFC’. This happens also for startDateFC. I tried the following things from SO: I added ReactiveFormsModule and FormsModule I removed the duplicates

Advertisement