Melloware

Results 2515 comments of Melloware

Yes its an "optional" dependency not required. If you use the Editor you must `npm install` it if you don't use the Editor PrimeReact does not enforce this dependency. Its...

Yep its right here: https://github.com/primefaces/primereact/blob/5d9098e234795506b1054e8c33bd29217185cac2/components/lib/editor/Editor.js#L50 Its dynamic not statically linked.

Yep that is the dynamic import https://github.com/primefaces/primereact/blob/5d9098e234795506b1054e8c33bd29217185cac2/components/lib/editor/Editor.js#L52-L67 it loads the Editor only if the user has added it to their project and you are using the Editor component.

Yep I understand and I am telling you it won't be fixed.... Its Dynamically loaded on purpose. Its not a bug.

I am not familiar with Vitest so not sure.

Going to mark this as Theme because its happening in the Theme SCSS. ```scss @media (max-width: 640px) { .ui-selectonebutton > div.ui-button, .ui-selectmanybutton > div.ui-button { &:not(:last-child) { border-bottom-width: 0; border-right-width:...

@vonnai it wraps the button to fit on the screen what were you expecting it to look like? ![image](https://github.com/primefaces/primefaces/assets/4399574/c082d693-dc3e-467f-ba50-87f3a64089ef)

OK this issue has been moved to SASS theme project.