Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hi all,
I have a textbox in a XUI. There are cases when the textbox entry should be empty. That textbox string or empty value is populated to an attribute in the document xml. When deleting a string in the box the value returned to the change event listener is the last stored value. It seems to not recognize when the last character or a full string is deleted from the box, which should have created an empty textbox/value essentialy. Any recommendations? I'm using JavaScript with the XUI. I claim to not be a XUI or interface expert.
Thank you,
Bryan
Yep, I needed to add an event listener forDOMNodeRemovedFromDocument.
Thanks!