Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readonly support for MultiSelect #5506

Closed
EleanorHughes opened this issue Apr 6, 2018 · 1 comment
Closed

readonly support for MultiSelect #5506

EleanorHughes opened this issue Apr 6, 2018 · 1 comment
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@EleanorHughes
Copy link

I'm submitting a ... (check one with "x")

[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

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

@Raviowitch
Copy link

Hello,

Like Eleanor, i need a readonly attribute.
Someone have a workaround ?

Thank you,

Mathieu

@cagataycivici cagataycivici added the Type: New Feature Issue contains a new feature or new component request label Oct 23, 2018
@cagataycivici cagataycivici added this to the 7.0.0 milestone Oct 23, 2018
@cagataycivici cagataycivici changed the title Multiselect readonly readonly support for MultiSelect Oct 23, 2018
cagataycivici added a commit that referenced this issue Oct 24, 2018
fixed #5506 - readonly support for MultiSelect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

No branches or pull requests

4 participants