You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since it is possible to have custom parameters in the config portal, I was wondering if there's a way to have them set as dropdown menu, so i can't get an invalid input. Example: I want to have the user select a true or false setting and not let them fill in some random word.
If this is possible, is there any example or documentation of it? Would be nice to include it in the custom parameters example since it uses 3x the same method now.
***Edit:
It seems like it is possible after some google searches. Since there are three examples, it would be nice to have 1 normal one, 1 checkbox (and or radio buttons) and 1 dropdown menu. I know custom html is an option in these parameters, but I'm a total noob with html, especially integrating it with c++ (and I think im not the only one).
I also found this issue, which is basically the same question: #805, but its from a year ago and still open.
The text was updated successfully, but these errors were encountered:
noelvissers
changed the title
Q: Is it possible to have a selectable dropdown menu in config portal?
Q: Is it possible to have a dropdown menu in config portal?
Aug 2, 2020
It is possible, but you would have to handle it mostly outside of wm, I was looking into how to add the ability for wm to wrap the arguments for you via params, but nothing so far has been done, i have a test somewhere I will look at where i left off.
Basic Infos
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Description
Since it is possible to have custom parameters in the config portal, I was wondering if there's a way to have them set as dropdown menu, so i can't get an invalid input. Example: I want to have the user select a true or false setting and not let them fill in some random word.
If this is possible, is there any example or documentation of it? Would be nice to include it in the custom parameters example since it uses 3x the same method now.
***Edit:
It seems like it is possible after some google searches. Since there are three examples, it would be nice to have 1 normal one, 1 checkbox (and or radio buttons) and 1 dropdown menu. I know custom html is an option in these parameters, but I'm a total noob with html, especially integrating it with c++ (and I think im not the only one).
I also found this issue, which is basically the same question: #805, but its from a year ago and still open.
The text was updated successfully, but these errors were encountered: