Henning Noeth created TOBAGO-1689:
-------------------------------------

             Summary: change event is not executed for <tc:suggest>
                 Key: TOBAGO-1689
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1689
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Themes
    Affects Versions: 3.0.2
            Reporter: Henning Noeth


A change event is not executed for <tc:suggest> if the string in the input 
field corresponds to a suggestion.
{code:xml}
<tc:in value="...">
    <tc:suggest query="...">
        <tc:selectItems ... />
    </tc:suggest>
    <tc:event/>
</tc:in>
{code}
Same if <tc:event/> is replaced by <f:ajax>.

The change event is only executed if no suggestion is available for the entered 
string.

Example:
<tc:suggest> knows the values "Sun, Moon, Stars".
If the user enter 'Sun', no change event is executed.
If the user enter 'Jupiter', a change event is executed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to