Melloware
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:  Good:  Bad: 
@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.