primereact
primereact copied to clipboard
Fix #2745: Multiselect inline flex
Add inline, flex and itemClassName properties for MultiSelect, to control the panel display and make it possible to render it inline or apply flex layout to it.

Fix #2745
Excellent PR. Can you please open a matching issue so I can link the PR to a ticket?
Done
Hi @kalinkrustev,
Thanks a lot for this great feature! We will evaluate this after the 8.0.Final. If the team approves this PR, we will also add this feature to PrimeVue and PrimeNg.
When components were based on classes, I was able to achieve this functionality by subclassing and overriding some methods, but now I can't. I hope it can be accepted.
Hi @mertsincan, what do you mean with "after 8.0.Final" ? I see the issue #2745 was assigned to the 9.0.0 milestone.
@kalinkrustev do you mind rebasing this PR?
Yes, I will rebase it. I hope next Monday I will be able to do this.
Rebasing was hard, so I made manually the same modifications on top of master.