How can I populate a select menu from localStorage variable ?
My localStorage variable looks like this :
server1;ip1
server2;ip2
server3;ip3
....
I wish the "Label" to be server1, server2, SERVER3 ... and "Value" to be IP1, IP2, IP3, ... to access selectmenu .
Thanks in advance !