Hi,

I'm using a ComboBox and here's the code very simple example that will  
be quicker to read than a long explanation :

var box = new qx.ui.form.ComboBox();

var item1 = new qx.ui.form.ListItem("Item 1");
box.add(item1);

var item2 = new qx.ui.form.ListItem("Item 2");
box.add(item2);

var doc = this.getRoot();
doc.add(box);

box.setValue("item 1");

Why can't I have "item 1" as a value ? The ComboBox display "Item  
1" (with capital I) without taking into account the case.

Any idea ? It is a bug ?

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to