-
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
Spaces are not accepted in p-dropdown filters #3657
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
bgsavage
changed the title
Spaces are not accepted in p-dropdown filters
[BUG] Spaces are not accepted in p-dropdown filters
Aug 15, 2017
Here's my suggested fix. If no one grabs this I'll put in a proper pull request later tonight or tomorrow night. On this file: https://github.com/primefaces/primeng/blob/master/src/app/components/dropdown/dropdown.ts change this (line 465):
to this:
|
Looks promising. |
DustinEwers
added a commit
to DustinEwers/primeng
that referenced
this issue
Aug 20, 2017
…ropdown is open.
cagataycivici
added
the
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
label
Aug 22, 2017
cagataycivici
changed the title
[BUG] Spaces are not accepted in p-dropdown filters
Spaces are not accepted in p-dropdown filters
Aug 22, 2017
Thanks, fix checked in. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
http://plnkr.co/edit/K1yVZnIGBmmTAe70934c?p=preview
Current behavior
In v4.1.3 spaces are not allowed in the dropdown filter
Expected behavior
Spaces should be allowed in the dropdown filters as they were in v4.1.2
Minimal reproduction of the problem with instructions
Expected: "race car" should be an allowable search term.
Actual: Spaces are not allowed.
Please tell us about your environment:
MacOSX on Chrome
Angular version: 2.0.X
4.2.6
PrimeNG version: 2.0.X
4.1.3
Browser:
Chrome
The text was updated successfully, but these errors were encountered: