function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
upendra naiduupendra naidu 

lightning experience does supporting for Chrome,Firebox and doesn't supporting for IE why?

Hi Everyone,

I have one requirement that is lightning experience does supporting for Chrome,Firebox,Microsoft Edge and doesn't supporting for IE.

I have to post screenshots and code for above requirement in below.

Is there any possibility to achieve this requirement please help me out.

Thanks in advance.

<div class="slds-form-element slds-size--1-of-2">
                                        <span id="phonenumber">
                                            <lightning:input aura:id="phone"
                                                             name="acsmember"
                                                             label={!$Label.c.UI_TEXT_PHONE_NUMBER}"
                                                             required = "true"
                                                             value="{!v.newLeadObject.Phone__c}"
                                                             pattern="^[0-9]*$"
                                                             minlength="10"
                                                             maxlength="14"
                                                             messageWhenPatternMismatch="Phone number is not valid"
                                                             messageWhenValueMissing="Enter Valid Phone Number"/>
                                        </span>
                                    </div>

this is for chrome working fine
User-added image

This is for IE not working
User-added image