[PR #447] Proposal for various form inputs #1621

Open
opened 2026-02-28 01:30:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tzapu/WiFiManager/pull/447
Author: @Thoma-HauC
Created: 10/31/2017
Status: 🔄 Open

Base: masterHead: master


📝 Commits (4)

  • b914fd7 proposal to extend form fields management (and simplify the creation of new field types)
  • 814660a add missing css and update examples
  • a1b502f proposal to extend password field with show/hide function
  • a73b56d Import 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.

## 📋 Pull Request Information **Original PR:** https://github.com/tzapu/WiFiManager/pull/447 **Author:** [@Thoma-HauC](https://github.com/Thoma-HauC) **Created:** 10/31/2017 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`b914fd7`](https://github.com/tzapu/WiFiManager/commit/b914fd79abca346348bdf1a9c86c64be37be90e9) proposal to extend form fields management (and simplify the creation of new field types) - [`814660a`](https://github.com/tzapu/WiFiManager/commit/814660a2a22982fd9fdbcab5e5b752047bfa22d7) add missing css and update examples - [`a1b502f`](https://github.com/tzapu/WiFiManager/commit/a1b502f8000f8627c81e360072f45f9942b327a3) proposal to extend password field with show/hide function - [`a73b56d`](https://github.com/tzapu/WiFiManager/commit/a73b56d3587f3abaca75d3131c8854e3d35ebd7a) Import tzapu/WiFiManager 0.14 modifications ### 📊 Changes **8 files changed** (+438 additions, -158 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#1621
No description provided.