Hi,

I am looking for a component that displays something like a combo box, but can be "filtered" by user input. To sum up, something like AutoCompleteTextField, but that "stores" an id for retrieve information later.

A alternative way that I found was implementing a converter model over the text, but this is not safe, once I could have repeated information or parse the input (and user would see useless information,. like the id).

Are there another suggestions?

Thanks in advance


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to