-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Dropdown with default value does not work properly with clear button #5280
Comments
The clear button does not emit an onChange event. Is that an intended behavior? |
I don't know @perkma but for me is another bug |
It is performing the same way even in the demo. This needs to fixed soon as it breaks the entire dropdown and makes in unusable. |
Agreed. The dropdown is unusable |
please make it optional. |
Observing the same behavior, and I agree our team needs the clear icon optional. |
Workaround to hide the clear button: Add the following in global styes.scss:
|
Any idea when this is going to be fixed? We need both the clear button and the dropdowns in our application |
5.2.2 is now published with this fix and others; |
I'm submitting a ...
Plunkr Case (Bug Reports)
http://plnkr.co/edit/zIEhdMlGSNzCqmhZU41h?p=preview
Current behavior
Expected behavior
Open the dropdown.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Obviously this error makes the dropdown unusable.
Please tell us about your environment:
OS: MAC OS X High Sierra 10.13.3
IDE: WebStorm 2018.1 EAP
Package Manager: Yarn 1.5.1
Node: 9.7.1
Angular-cli: 1.7.2
Angular version: 5.2.7
PrimeNG version: 5.2.1
Browser: all
Language: all
Node (for AoT issues):
node --version
= 9.7.1The text was updated successfully, but these errors were encountered: