オートコンプリート コンポーネントがありますが、思い通りに収まりません。
入力フィールドと同じサイズのポップアップ幅が必要です...多くの属性を試しましたが、成功しませんでした。
これは、おそらく、制限ですか?
ポップアップが元の入力フィールドよりも小さいことを確認してください。私は何をする必要がありますか?
.inputPesquisa {
width: 77%;
}
...
<div class="pesquisa">
<rich:autocomplete value="#{pesquisarBean.pesquisa}" styleClass="inputPesquisa"
autocompleteList="#{bean.todos}" minChars="4" mode="client" layout="div">
<div>ata</div>
</rich:autocomplete>
<a4j:commandButton value="Pesquisar" render="out, scroller"
styleClass="botaoPesquisa" execute="@form"
actionListener="#{pesquisarBean.processAction}" />
<rich:messages showDetail="false" ></rich:messages>
</div>