Melloware

Results 2510 comments of Melloware

Moved this ticket to PF now that themes are part of PF build.

Add this as a workaround but don't think it should be the fix. ```css body .ui-selectonebutton { white-space: nowrap; } ``` That prevents it from wrapping period.

yeah the flexing works just not in that scenario. Good: ![Image](https://github.com/user-attachments/assets/8c9a2c2e-a881-4570-893a-12e7d15f3227) Good: ![Image](https://github.com/user-attachments/assets/36b1059b-062b-4396-94c4-6d675554ba88) Bad: ![Image](https://github.com/user-attachments/assets/1a811e2c-9292-4d3f-b004-4e8eae677cfa)

@vonnai @jepsar i did just add this: https://github.com/primefaces/primefaces/issues/14332 This will let you deisgn any layout and responsiveness you want with the buttons.

@KumJungMin @maxchan23 i think this was intentional by PrimeTek. See PrimeVue does the same thing and uses the `checked` field. https://github.com/primefaces/primevue/blob/master/packages/primevue/src/checkbox/Checkbox.vue It looks like the only place PrimeVue sets the...

Duplicate of: https://github.com/primefaces/primereact/issues/7225

There already is an open rewrite recipe you can try... ``` mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-migrate-java:RELEASE -Drewrite.activeRecipes=org.openrewrite.java.migrate.jakarta.JakartaEE10 ``` That should do MOST of the heavy lifting converting faces-config.xml, javax to jakarta...

@albfernandez you may also want to rip out the CKEditor component while I think the license is perfectly fine the PrimeFaces Extensions project got hounded by their lawyers until we...

Nice work @miguelzapaton ! Making great progress!

Jakarta JSF still allows resources the same as JavaX version no change there.