mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #133] Option for separate labels on Custom Parameters #101
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#101
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 @Humancell on GitHub (Mar 23, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/133
We are now adding a pretty good list of custom parameters on the configuration page. They are working well, but now our users are getting confused about which field is which when they see 8 of them listed with default parameters. Several, in our case, are host names.
Users are now forced to clear the default, or previously set value, in order to see the tip on what goes in which field.
Is there a way to add an option to put a text label outside and above the input field?
Configuration Host
[]
Configuration Host Port
[]
This way they can tell what is what.
I know a lot of people might not want this, but in our case it's becoming important.
Thoughts?
@tzapu commented on GitHub (Mar 23, 2016):
hi, in the latest github version you can add custom html to that part so you can add descriptions
use like this
@Humancell commented on GitHub (Mar 23, 2016):
Oh, this is great! So if there is only one parameter it's assumed to be a text string of HTML?
Are the paragraph tags required? Or are there limits on what HTML can be placed in the quotes?
@tzapu commented on GitHub (Mar 23, 2016):
no limits, it gets inserted into the main html. it should be valid html
have fun
@Humancell commented on GitHub (Apr 29, 2016):
I know I'm doing something stupid here ... but I can't get this to work:
FAILS HERE ^^^^^^^^^^^^^^ no matching function for call to 'WiFiManagerParameter::WiFiManagerParameter(char [32])'
What am I doing wrong?
@tzapu commented on GitHub (May 8, 2016):
hi, did you update to the latest WifiManager version?
cheers
@Humancell commented on GitHub (May 8, 2016):
I was using the "Library Manager" to install/manage, and it says I'm using v0.9.0 ... and that is beyond what can be selected in the version drop down ... so I assumed I am.
What is the current version?
@Humancell commented on GitHub (May 8, 2016):
I just saw the readme update that says v0.12 is the latest. Any idea why this is not available or working via the Library Manager?
I'll download from Git, but have to now see how to merge that with the Library Manager installed version ... not sure what I have to do to switch install versions.
@tzapu commented on GitHub (May 9, 2016):
hi, you jsut need to overwrite the lib in it s folder with the github one.
i think there were some issues on windows with the library manager caching version and not offering updates...
@Humancell commented on GitHub (Jan 5, 2017):
This is working great!