Is there a combo box that user also can type a value in addition to a list?
thank you,
indra
Hi Indra,
Silk UI (WebPatterns - P10) has a widget called Select2, that enables the users to type in the combo box to search the values in the list.
Let me know if this is what you are looking for,
Justin
Justin Babel wrote:
I am using P9. The combo box has a list of values (data type text), "True" and "False", and can also a free text where user can type in. So, user can choose the boolean values (to prevent mistype) and also can freely type any text. thank you.