Javascript – Angular 18 custom input: FormControl has strange behavior
I'm struggling with some strange behavior while using my custom input component. First of all, I built a simple abstract class that has the main "features" and methods of the component, then, the input-component which has very few code: //…