mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1850] Password text box gets disabled once SSID has been selected #1550
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#1550
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 @cniedzi on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1850
Hi @caiohamamura ,
After the last commit, once I've select WiFi SSID, the password text box gets disabled and it is not possible to enter WiFi password.
@Leonsoyer commented on GitHub (Feb 24, 2026):
I'm having the same problem. Not only that, even if I input the password before selecting the SSID and save, it fails to connect to the network
A quick workaround I found is to select the network you want to connect, let it fail the connection and then try again with the password
@cniedzi commented on GitHub (Feb 24, 2026):
In the latest version
<a>wraps around<div>, the{qi}and{qp}icons (signal strength and percentage) are placed inside the link. Consequently, clicking on the signal icon will trigger the c(this) function.The Problem: The function uses l.nextElementSibling which no longer works correctly - it won't find the icon next to the link because the icon will now be inside it.
@tablatronix commented on GitHub (Feb 25, 2026):
Thats what I get for not testing a pr