mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #630] how to use labelPlacement? #527
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#527
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 @ideaChenGo on GitHub (Jun 22, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/630
WiFiManagerParameter(const char *id, const char *placeholder, const char *defaultValue, int length, const char *custom, int labelPlacement);
I don't know how to use labelPlacement,
Can you help me please?
Anyway, thanks
@tablatronix commented on GitHub (Jun 23, 2018):
WFM_LABEL_BEFOREWFM_LABEL_AFTERWFM_NO_LABELdefault if empty is before
@dontsovcmc commented on GitHub (Jun 28, 2018):
We couldn’t find any code matching 'WFM_LABEL_BEFORE' in tzapu/WiFiManager
@tablatronix commented on GitHub (Jun 28, 2018):
Development branch
@dontsovcmc commented on GitHub (Jun 28, 2018):
oh.. thanks. Do you know new release date?
Maybe you should fork repository and make your own releases? Sorry, I don't know, why author stopped releasing since 2016.
@tablatronix commented on GitHub (Jun 28, 2018):
development branch is actively updated.. Alpha should be soon
@dontsovcmc commented on GitHub (Jul 6, 2018):
@tablatronix remove init function without labelPlacement from header as no used:
I can create pull request, if needed.
offtopic:
I use custom parameters in my project. Maybe it's better to add them somewhere?
@fthiebolt commented on GitHub (Nov 16, 2018):
Hello,
I have had used Ken Taylor version for some time but since dev. branch also features add on parameters, i'm switching back ... with issues:
but there's a misalignment as you can see in attached picture ... we want to have both checkbox + LMabel on same line ... my mistake ??
Thanks
François
@tablatronix commented on GitHub (Nov 16, 2018):
hmm Ill take a look
@Blueforcer commented on GitHub (Aug 14, 2019):
Any news about the misalignment?
@tablatronix commented on GitHub (Aug 14, 2019):
I have not looked, sorry forgot about this. Will take a look now
@tablatronix commented on GitHub (Aug 14, 2019):
Might be an android thing??

Iphone
@Blueforcer commented on GitHub (Aug 21, 2019):
its similar to android, shouldnt be the checkbox in one line with the text? In your screenshot the checkbox is also above the text
@tablatronix commented on GitHub (Aug 21, 2019):
Shrug then you have more space for chars without wrapping or adding word break rules. Styling checkboxes is a pita, this should be using default browser styles, feel free to make css suggestions..