question

ToruOkada-4161 avatar image
0 Votes"
ToruOkada-4161 asked Castorix31 answered

Microsoft Edge shows only 512 items in "datalist" - 93.0.961.38 (64-Bit)

Hi there,


I've a datalist like


 <!DOCTYPE html>
     <html>
     <body>
         <input list="foo" />
         <datalist id="foo">
             <option value="foo 1"></option>
             <option value="foo 2"></option>


but the browser shows only 512 items from that list but I need all to display (1,700) while scrolling the datalist. When I look into the source code of that page in the browser all items are there. What's wrong? No such problems in Firefox.


Thanks in advance.

ms-edge
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Castorix31 avatar image
0 Votes"
Castorix31 answered
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.