You need to sign in to do that
Don't have an account?

When I am using html data in lightning component it is not supported in all the browser s. What is solution for it
When I am using html data in lightning component it is not supported in all the browser s. What is solution for it
What kind of HTML data are you using within the lightning component?
There are few HTML tags which are not supported in lightning components and browsers.
May I request you please elaborate your concern so that we can understand the requirement better and do the needful.
Thanks,
Nagendra.
<input type="date" id="date" value=""/>
Its working fine for chrome but not for IE
You didn't mention which version of internet explorer browser you are using.
May I suggest you please check with bellow link from the stack exchange community which might help you to accelerate with the above requirement.
- http://stackoverflow.com/questions/22983013/how-to-get-html-5-input-type-date-working-in-firefox-and-or-ie-10
Please let us know if this helps.Thanks,
Nagendra.