tzapu / WiFiManager

ESP8266 WiFi Connection manager with web captive portal
http://tzapu.com/esp8266-wifi-connection-manager-library-arduino-ide/
MIT License
6.6k stars 1.98k forks source link

Dropdowns? #805

Open mitchsf opened 5 years ago

mitchsf commented 5 years ago

I understand that adding custom dropdowns is more difficult than radio buttons or text, but I need about 40 fields, and they would be a better choice, especially the way they are displayed on iPhones using Safari. Would it be possible to add an example dropdown to the 'advanced' example sketch, including how the selection is saved to a variable?

tablatronix commented 5 years ago

should be added to ParamsChildClass.ino

mitchsf commented 5 years ago

Thanks for the reply. Just tried it - no dropdowns, just string, float, int, and IP.

tablatronix commented 5 years ago

It needs to be added

mitchsf commented 5 years ago

If you have time, that would be great. Thanks.

rodri16 commented 4 years ago

Is dropdown menu available for paramenters?