-
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
Fix p-autoComplete: selected item template is not displayed #13284
Fix p-autoComplete: selected item template is not displayed #13284
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@cetincakiroglu Could you please check this PR? Best Regards, |
Any update on this? |
up |
Hi @Tuxio , Thank you for taking the time to submit your pull request. We genuinely appreciate your effort and interest in improving our project. After careful review and consideration, we have decided not to merge your pull request at this time. Please understand that this decision does not reflect negatively on the quality of your work. We value every contribution and understand the effort you've put into it. However, upon review, we believe that the changes proposed in this pull request may not align with the current goals or direction of the project. Our team is continuously evaluating and prioritizing features and enhancements based on various factors, including project roadmap, user feedback, and technical considerations. selectedItem template support will be implemented for singular input mode also in the future. We encourage you to continue contributing to the project and to stay engaged with our community. Your input and contributions are valuable, and we look forward to seeing more of your work in the future. Once again, thank you for your contribution, and please don't hesitate to reach out if you have any questions or would like further feedback. Best regards, |
@cetincakiroglu the selectedItem Template doesnt work since several major versions. Here someone does the work and fixes it and it is ignored. |
selectedItem template is only supported for multiple mode. It's not broken feature, it's not supported in single mode. We've closed the PR because: 1-) Styling becomes broken, and unnecessary outline can bee seen w/keyboard. So it's not ignored, it's reviewed and closed. We can't merge a feature that doesn't function correctly. |
Thank you for taking the time to explain. That of course makes sense. I also saw in another issue that you have support for selectedItem in single mode on the feature list. Another thing to think about is that the documentation for the selectedItem template mentions that it is only supported in single mode. In the last few years there have been a few Github issues and StackOverflow articles that have come across this. |
Yes we'll update the docs to indicate that it's not supported in multiple mode |
Defect Fixes
Fixes #2242 #12983