Closed shravanthprasad closed 3 months ago
@shravanthprasad In HTML, the div element does not standardly support the name attribute. The name attribute is typically used with form elements such as input, select, and textarea. Since it was incorrectly added before, we have now removed it. Could you please update your existing JavaScript code to accommodate this change? I understand this is a backward incompatible change, but aligning with standards will be beneficial in the long run.
Thanks @rismehta for the quick response
We have a planned upgrade for SP20 and core components v1.1.38 and we see the name attribute is removed from core forms text component. We had some JS logic on the field based on name attribute.