mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #805] Dropdowns? #674
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#674
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mitchsf on GitHub (Jan 11, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/805
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 on GitHub (Jan 11, 2019):
should be added to
ParamsChildClass.ino@mitchsf commented on GitHub (Jan 11, 2019):
Thanks for the reply. Just tried it - no dropdowns, just string, float, int, and IP.
@tablatronix commented on GitHub (Jan 11, 2019):
It needs to be added
@mitchsf commented on GitHub (Jan 12, 2019):
If you have time, that would be great. Thanks.
@rodri16 commented on GitHub (Feb 10, 2020):
Is dropdown menu available for paramenters?