Re: Form field with suggestions rather than binding choices

2012-09-10 Thread Vikas Rawal
> > > Will be grateful for advice on which is the most straight forward and > functional solution. > > or link to a clear howto on doing autocomplete. vikas -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web

Re: Form field with suggestions rather than binding choices

2012-09-09 Thread Vikas Rawal
> > > I think you should use a properly modified autocomplete solution. > https://code.djangoproject.com/wiki/AutoCompleteSolutions > Could you suggest what is the easiest of them to implement. I have been trying autocomplete_light but the documentation is not very clear. It assumes the user

Re: Form field with suggestions rather than binding choices

2012-09-04 Thread Vikas Rawal
> > > I want to have a field in which the drop-down menu lists some > > suggestions that the user may choose from, or if nothing suits, the > > user may enter something other than what is available on the menu. > > I think you should use a properly modified autocomplete solution. > https://cod

Re: Form field with suggestions rather than binding choices

2012-08-29 Thread Giuseppe Saviano
On Wed, Aug 29, 2012 at 4:17 PM, Vikas Rawal wrote: > I want to have a field in which the drop-down menu lists some > suggestions that the user may choose from, or if nothing suits, the > user may enter something other than what is available on the menu. I think you should use a properly modified