Closed bcwhite-code closed 1 year ago
Hi @bcwhite-code,
As you can see here, it is a really standard input, nothing fancy, so maybe there is a problem in the setup of your project. Could you provide a stackblitz with a minimum viable reproduction of your problem please ?
Hmmm... Okay. Thanks for the info. In the end, it didn't provide the interface I wanted (which was do a select while holding right-button down) so I ended up writing my own.
@perfectmemory/ngx-contextmenu: ^15.1.1 typescript: ~4.9.4
I'm using Angular 15 and was just starting to make a menu following the examples:
This breaks the Angular build with the error:
I tried
passive=true
(same error),passive="1"
(same error),[passive]="true"
(no error but doesn't seem to work, either).