mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1758] Reading the settings made in custom html inputs #1486
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#1486
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 @edpgcooper on GitHub (Aug 14, 2024).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1758
I am trying to make a couple of drop-down lists for configuring my device. I followed the example here OnDemandConfigPortal.ino
I can present a drop-down of the four options as provided in the example, but I cannot work out how to read the selected option back.
My callback is
This results in this output, note I have selected Option 1
@edpgcooper commented on GitHub (Aug 14, 2024):
Figured it out, probably obvious to anyone who's worked with HTML stuff on ESP before.
@tablatronix commented on GitHub (Aug 15, 2024):
I think the param child class lets you automatically set args to param values. I totally forget how this works..
@Konstantin-G commented on GitHub (Jan 27, 2025):
works for me, thanks