[ https://issues.apache.org/jira/browse/TOBAGO-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Henning Nöth resolved TOBAGO-2425. ---------------------------------- Fix Version/s: 6.8.0 Resolution: Fixed > SelectOneList/SelectManyList: no-entries hint is shown after leaving the > component > ---------------------------------------------------------------------------------- > > Key: TOBAGO-2425 > URL: https://issues.apache.org/jira/browse/TOBAGO-2425 > Project: MyFaces Tobago > Issue Type: Bug > Components: JavaScript > Affects Versions: 6.7.2 > Reporter: Henning Nöth > Assignee: Henning Nöth > Priority: Major > Fix For: 6.8.0 > > > Example: > {code:xml} > <tc:selectOneList> > <tc:selectItem itemValue="Entry One"/> > <tc:selectItem itemValue="Entry Two"/> > </tc:selectOneList> > <tc:selectManyList> > <tc:selectItem itemValue="Entry One"/> > <tc:selectItem itemValue="Entry Two"/> > </tc:selectManyList> > {code} > Steps to reproduce: > 1. click to open dropdown menu of the component > 2. leave component > 3. open the dropdown menu a second time > Result: The no-entries hint is visible. -- This message was sent by Atlassian Jira (v8.20.10#820010)