mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[PR #447] Proposal for various form inputs #1621
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#1621
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?
📋 Pull Request Information
Original PR: https://github.com/tzapu/WiFiManager/pull/447
Author: @Thoma-HauC
Created: 10/31/2017
Status: 🔄 Open
Base:
master← Head:master📝 Commits (4)
b914fd7proposal to extend form fields management (and simplify the creation of new field types)814660aadd missing css and update examplesa1b502fproposal to extend password field with show/hide functiona73b56dImport tzapu/WiFiManager 0.14 modifications📊 Changes
8 files changed (+438 additions, -158 deletions)
View changed files
📝
WiFiManager.cpp(+60 -105)📝
WiFiManager.h(+13 -32)📝
examples/AutoConnectWithFSParameters/AutoConnectWithFSParameters.ino(+10 -9)📝
examples/AutoConnectWithFSParametersAndCustomIP/AutoConnectWithFSParametersAndCustomIP.ino(+9 -9)📝
library.json(+2 -2)📝
library.properties(+1 -1)➕
webgets.cpp(+239 -0)➕
webgets.h(+104 -0)📄 Description
Hi,
I needed various form inputs for a small project.
I modified your original design, therefore I removed WiFiManagerParameter and replaced it by an ancestor web_parameter.
I derived four classes : text_box_parameter, password_box_parameter, check_box_parameter and radio_field_parameter.
text_box_parameter is similar to WiFiManagerParameter.
Hope this will be helpful to other people.
Regards,
Thoma
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.