工具提示显示下拉列表的选定值,但是如果我将下拉列表分解并将鼠标移到每个项目上,它仍然显示所选项目。 因此,我需要在爆炸下拉列表时禁用工具提示,或者在项目上显示鼠标上的每个项目值。 下面是我的工具提示标签的代码。
<rich:tooltip id="srcIdConId" for="serviceId" direction="topRight"
style="font-size: medium;font-style: italic;font-family: sans-serif"
rendered="#{!empty bean.serviceDescCondName}"
value="#{bean.serviceDescCondName}"/>