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=

Thank you!


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to