Hi Team,
I am using the component.
the client action has so many input parameters. like title and description.
but in my case, the title and description are not rendering in HTML Dom.
OG tas are rendering PFA.
can you please help me to solve this issue?
Regards,
Pankaj
Hi Pankaj,
Title is not a meta tag, but a tag itself, so you should find a <title> tag in your code (see example below).
Description is indeed a meta tag and when I fill it in, I see it appearing.
For instance, calling the function in the OnReady event, filling a Title and description...
...will result in these tags in the <head> tag:
Additionally, make sure you are using the latest version of the component.
Kind Regards,João