You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Zetta browser, I have a text input field named words for an action called say. I leave the text input field blank and hit the field's button. The blank value gets POSTed as the string "undefined". It is difficult to build my Zetta device driver with this approach.
It would be better if a blank field reached the Zetta device driver as an empty value "".
The Zetta browser is submitting the equivalent of this curl command:
In the Zetta browser, I have a text input field named
words
for an action calledsay
. I leave the text input field blank and hit the field's button. The blank value gets POSTed as the string"undefined"
. It is difficult to build my Zetta device driver with this approach.It would be better if a blank field reached the Zetta device driver as an empty value
""
.The Zetta browser is submitting the equivalent of this curl command:
This would be better:
The text was updated successfully, but these errors were encountered: