Page 1 of 1

Immutable property missing

Posted: 08 Apr 2021, 20:16
by likwid
https://www.primefaces.org/primeng/show ... tocomplete mentions a property named "immutable" can be applied to the AutoComplete component. Using the latest PrimeNG (11.3.2) it does not recognize this property at all.
Can't bind to 'immutable' since it isn't a known property of 'p-autoComplete'.
Is this a known issue? I'm trying to change the suggestions of an AutoComplete input after selecting another option, but it does not recognize the updated suggestions that are being sent to it.

Re: Immutable property missing

Posted: 02 May 2021, 15:42
by PhilHuhn
Hey, the source of auto complete is at the following:

https://github.com/primefaces/primeng/b ... omplete.ts

Yes, it does not seem to contain immutable property. I suggest you go to https://github.com/primefaces/primeng/issues and submit a bug report.