On 9/20/06, Will <[EMAIL PROTECTED]> wrote:
>
> I am using Mochikit 1.3.1
>
> I have the following select structure:
>
> <form name="myform" id="myform">
> <select name="myoption">
> <option value="">None</option>
> <option value="1">Option 1</option>
> </select>
> </form>
>
> when I do queryStringe("myform") I get this result when "None" is
> selected:
>
> myform=None
>
> Looks like queryStringe swops in the text property in the absense of a
> value. Is this a bug, or a default, is there something I can else I can
> do so that I can have no value as an option?
>
> I want: myform=
That is definitely a bug. It's in the tracker now:
http://trac.mochikit.com/ticket/181
It'll definitely be fixed this week, probably Friday unless someone
else gets to it first.
-bob
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---