may be i did not test it with the most current version :-(

so forget about part 1.)

thanks
stefan

On 18 Jun., 15:02, Jörn Zaefferer <joern.zaeffe...@googlemail.com>
wrote:
> The default for width is "auto", that is, the input width. Did you try that?
>
> Jörn
>
>
>
> On Thu, Jun 18, 2009 at 12:37 PM, hobbesDev<hobbes...@googlemail.com> wrote:
>
> > Hi,
>
> > as there is currently a discussion about autocomplete plugin going on
> > i would like to ask if:
>
> > 1.) is it possible to extend the option:width parameter to
>
> > width: (number | auto)
>
> > where auto would set the width of the select box to the width of the
> > input element
>
> > 2.) extraParams should give the input elemet as parameter
>
> > $.each(options.extraParams, function(key, param) {
> >                extraParams[key] = typeof param == "function" ? param(input) 
> > :
> > param;
> > });
>
> > instead of
> >                extraParams[key] = typeof param == "function" ? param() : 
> > param;
>
> > thanks
> > stefan

Reply via email to