You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[x ] bug report => Search github for a similar issue or PR before submitting
[x ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
Plunkr shows p-dropdown read only functionality (working) and p-multiselect read only functionality (not working)
http://plnkr.co/edit/9XrAI2GCT6TTpbLlCfM0?p=preview
Current behavior
When readonly is set to true the p-multiselect is not read only.
Also the disabled property is not what I require.
Expected behavior
With readonly="true" set on the control it should be read only.
Minimal reproduction of the problem with instructions
<p-multiSelect readonly="true" [options]="cars" optionLabel="label">
as per plunkr
Angular version: 5.2.3
PrimeNG version: 5.2.2
Browser:
Chrome
Language:
Typescript 2.4.2
The text was updated successfully, but these errors were encountered: