Mert Sincan
Mert Sincan
Thanks a lot for the PR! But, please see my comment; https://github.com/primefaces/primeng/issues/10695#issuecomment-1190387255 Maybe, you can update your PR like in PrimeReact. Best Regards,
Hi, Similar to https://github.com/primefaces/primereact/issues/2098. I think these options can be added to PrimeNG MultiSelect component. Demo; https://www.primefaces.org/primereact/multiselect/ (VirtualScroller demo)
Please try with 6.1.RC1.
Not for now, if we support it in the future we will need to indicate this change to users as a breaking-change.
Hi, I think PrimeFaces' browser support is related to Jquery and Jquery UI. Jquery currently supports IE 9+. https://jquery.com/browser-support/ https://jqueryui.com/browser-support/ That's why I'm not sure about this PR.
Maybe, inputnumber can be ported from PrimeReact in the future. For now, the pros and cons of both APIs are comparable.
For now, InputNumber component in PrimeReact needs to prove itself a little more.
I think you can use the following css for mobile devices; ``` .ui-picklist .ui-picklist-list li { width: 90%; } ```
We create sections with separate demos for pages with features that support these pseudo-classes. Perhaps in the future, these pseudo-classes can be documented as a separate page. Exp; https://www.primefaces.org/primeflex/textcolor
Maybe selectionMode could be like in primereact https://www.primefaces.org/primereact/datatable/selection/ ``` selectionMode= single | multiple | checkbox | radiobutton ```