Closed jperera84 closed 7 years ago
It looks like some elements (paper-textarea
, but also paper-dropdown-menu
for example) leave the field as undefined
if it was untouched by the user. This causes a very similar error...
See: https://github.com/PolymerElements/iron-form/issues/153
@mercmobily I have a PR awaiting team review at #234
Was this forward-ported to Polymer 2? I am running a monkey-patched version of Polymer to get around it, and am planning on porting my app to P2...
On 27 May 2017 at 09:29, Elliott Marquez notifications@github.com wrote:
Closed #214 https://github.com/PolymerElements/iron-ajax/issues/214 via
234 https://github.com/PolymerElements/iron-ajax/pull/234.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/PolymerElements/iron-ajax/issues/214#event-1099731588, or mute the thread https://github.com/notifications/unsubscribe-auth/ACB7Xt1xp1ff11Loq_6agOpwBlyBqSuuks5r93x6gaJpZM4JEd1o .
Description
I'm running in a issue with iron-ajax element, the problem is that I have an object "company" that has a few attributes but some of them can be empty (null). I'm trying to run an update of that Object to the database:
Expected outcome
Send the request to the Server.
Actual outcome
iron-request crash:
iron-request.html:424 Uncaught TypeError: Cannot read property 'toString' of null
Steps to reproduce
Browsers Affected