I want to make primeng InputNumber read-only.
I followed the documentation and I added [readonly]="true" to my input but unfortunately it does nothing, I can still edit my input.
Documentation:
http://primefaces.org/primeng/inputnumber
This is my code:
I already tried writing "readOnly" instead of "readonly" but still not working.

