Relative Content

Tag Archive for javascriptsalesforcesalesforce-lightninglwc

object declared in lwc getter is proxy object

I am trying to create an object in a getter for a lwc. For some reason when I declare the object, it is proxy object and does not retain any of the properties that I assign to it.

JAWS reading the error message twice in lightning input LWC

JAWS reads the error message on the lightnin input twice because of the presence of both aria-errormessage and aria-describedby attributes. Values for both attrubutes are same.
How to resolve this and make JAWS read the error message only once. I have tried to removing one of the attributes but I can not access the “input element” from the DOM.