0
Good Morning, 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 componeres
The situation is. selectOneMenu contains very large horizontal texts, larger than the available space for selection wanted a scroll bar, 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 makes apanas a few days I started to develop.
I could not set size for the component because it is in a Responsive grid..
Thank you for your attention!