-
does not process the 2nd binding (updateEntries) Javascript function: console.log("in update"); if(enteredDateRedeemed !== undefined && enteredDateRedeemed !== null && enteredDateRedeemed.length > 0){ console.log(changeEntry); skips to the 3rd function. Thanks Peter |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
So I switched the script to an updateState step, it looks like this: if(enteredDateRedeemed !== undefined && enteredDateRedeemed !== null && enteredDateRedeemed.length > 0){ console.log(changeEntry); when I run it the first console.log does NOT appear. what is wrong? |
Beta Was this translation helpful? Give feedback.
-
FOUND IT. never mind. |
Beta Was this translation helpful? Give feedback.
FOUND IT. never mind.