Hi, I like your idea, it's a good use case. To achieve your result, we could add a style (for example "append") to SuggestionPopup, and have it by default false so used only if/when necessary ... so no need to change the api.
Could this be good to for you ? If yes please could you file an improvement for this in JIRA for 2.0.2 ? Thanks. What you (and others) think ? Tell me. Bye, Sandro 2012/3/13 ccp999 <[email protected]>: > Hi, > > How can I modify SuggestionPopup so that it attached selected texts to > append the end of existing texts in TextInput or replacing it? > > I'm trying to implement a TextInput that act like a email recipient field. > So it allows adding more recipients to the end of the list and keep giving > the suggestion. > > I have successfully implement the suggesting and selecting part, but since > current implementation of SuggestionPopup can only replace the whole > TextInput. > > Brendan > > > > > > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/SuggestionPopUp-for-email-recipients-list-tp3821421p3821421.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
