I'm using SmartGWT 2.4 and with latest GWT.
When I create a combobox with setPickListCriteria, it only submits one request to the server (either after opening the picklist of after typing something into the box), then no more - the picklist stays the same forever, whatever I type.
If I don't set setPickListCriteria, calls are made to the server with anything I type, repeatedly, the way they should be.
Is there a reason for this behavior? The criteria I'm setting (for example) is a Criterion saything that "available" equals "true" - so that you can try the same use case.
Thank you for your reply.
When I create a combobox with setPickListCriteria, it only submits one request to the server (either after opening the picklist of after typing something into the box), then no more - the picklist stays the same forever, whatever I type.
If I don't set setPickListCriteria, calls are made to the server with anything I type, repeatedly, the way they should be.
Is there a reason for this behavior? The criteria I'm setting (for example) is a Criterion saything that "available" equals "true" - so that you can try the same use case.
Thank you for your reply.
Comment