DMXzone App Connect Support Product Page

Firefox killed my forms.

Reported 30 Sep 2018 22:43:43
1
has this problem
30 Sep 2018 22:43:43 Lee Woolsey posted:
I'm not sure what Firefox did, but as of two days ago, Bootstrap 3 forms fields were no longer where holding the values I had assigned them. Everything continues to work correctly in Chrome and Safari.

Replies

Replied 01 Oct 2018 05:54:27
01 Oct 2018 05:54:27 Teodor Kuduschiev replied:
Hi Lee,
Could you send a link to your page, where we can check what's wrong?
Replied 01 Oct 2018 16:15:03
01 Oct 2018 16:15:03 Lee Woolsey replied:
Upon further investigation, I think it may be related to a recent update of App Connect.

I was able to fix the forms by adding .toNumber() formatting to the value parameter of the field. (Before, the casting was more forgiving, when I was adding number fields I did not have to include the .toNumber() formatting, but it appears that it is now necessary to do so.)

I can supply a link if you still think it would be valuable, but I think I have worked around the issue.
This reply was removed on 10/1/2018 5:00:03 PM.
See the changelog
Replied 02 Oct 2018 07:34:08
02 Oct 2018 07:34:08 Teodor Kuduschiev replied:
That could indeed be the issue.
App connect was quite too "smart" and improperly showed the number type fields as numbers. According HTML specification all fields must return strings, so we fixed that.

Reply to this topic