Closed trekmona closed 5 years ago
As Lightining components supports majority of html5 tags I have used the below code in lightning component code but it doesn't get shown in UI properly, The picklist options from data list is not shown at all Choose a browser from this list
<input list="browsers" name="myBrowser" /> <datalist id="browsers"> <option value="Chrome" /> <option value="Firefox"></option> <option value="Internet Explorer"></option> </datalist>
is it like that this tag is unsupported in lightning component or I am missing something important to include.
As Lightining components supports majority of html5 tags I have used the below code in lightning component code but it doesn't get shown in UI properly, The picklist options from data list is not shown at all Choose a browser from this list
is it like that this tag is unsupported in lightning component or I am missing something important to include.