Combo box with search facility 
-------------------------------

                 Key: TRINIDAD-1787
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1787
             Project: MyFaces Trinidad
          Issue Type: New Feature
            Reporter: Navnath Kumbhar


Hi There,

I think there where no functionality to have search facility using Trinidad 
tr:selectOneChoice component.
Let me give you my requirement.

I am trying to implement search facility in combo box, i.e. I have combo box 
with some list of options which fetched from DB.
Now when I press K then combo filter and show me options which are started with 
K, Next if I press A then filter combo options with KA and show it.
To fill combo I am using following code..

<tr:selectOneChoice value="#{salesOrderBB.cdoctypetargetid}" label="Transaction 
Document">
      <f:selectItems value="#{salesOrderBB.comboCDoctypetargetId}" />
</tr:selectOneChoice>

If this functionality is already there, please let me know.
If not, guide me how do I get this thing to be done?

Thank You,
Navnath Kumbhar.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to