Hello, I am developing an academic project using JAVA EE, JSF, PrimeFaces, CDI, Hibernete among other technologies ...
The layout is responsive and I'm using PanelGrid to organize the form's comps
The situation is .. selectOneMenu contains very large horizontal texts, larger than the available space for selection wanted a scrollbar, as in the example:
------------------------
|Selecione | v |
------------------------
|Texto.................|
|Texto.................|
|Texto.................|
|Texto.................|
|Texto.................|
|Texto.................|
________________________
|Barra de Rolagem <>|
------------------------
I have very little contact with Web development, since it does apanas a few days that I started to develop.
I could not set size for the component because it is in a Responsive grid.
I wish to thank you for your attention!