Ideally, I would like to to have a string array containing all possible symbols a user can enter. Then as the user enters a symbol into either a dynamic form or in the angular display system, as the user types, I'd like to check it against the allowed list and provide an auto completion option.
On Fri, Jan 15, 2016 at 11:58 AM, moon soo Lee <m...@apache.org> wrote: > Hi Marc, > > Could you be little bit more specific? > Text box can be created either by dynamic form ( > http://zeppelin.incubator.apache.org/docs/latest/manual/dynamicform.html) or > angular display system ( > http://zeppelin.incubator.apache.org/docs/latest/displaysystem/angular.html > ) > Which one are you referring? > > Thanks, > moon > > On Thu, Jan 14, 2016 at 11:21 AM Marc Warren <marcswar...@gmail.com> > wrote: > >> If I create a text box. Is there anyway to implement auto completion. I >> recall some discussion about adding autocompletion to the wish list back in >> September >> >> Thanks, >> >> Marc >> >> >>