rich:ComboBox に関連する問題が発生しています
<rich:comboBox id="colorBox" value="#{formInputBean.color}">
<f:selectItem itemValue="Red" />
<f:selectItem itemValue="White" />
<f:selectItem itemValue="Blue" />
<f:selectItem itemValue="green" />
<f:selectItem itemValue="black" />
<f:selectItem itemValue="pink" />
</rich:comboBox>
これは私のコンボボックスのコードです。しかし、これはコンボボックスフィールドとコンボボックスドロップボタンの間に空白を表示しています。サンプルは次のとおりです。
それを解決する方法を教えてください
ありがとう