Reviewed & tested by the community
Project:
Gin Admin Theme
Version:
4.1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Feb 2025 at 04:23 UTC
Updated:
7 Apr 2026 at 13:41 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
mgiffordHow we are doing it now is not sufficient for disabled input elements..
Also adding some resources on disabled form elements:
Comment #3
mgiffordOk, so this won't work for older browsers, but I think what you're suggesting here is essentially just:
So that you just don't see the disabled form.
What is the point of even seeing the disabled form, when the checkbox is just to enable/disable the form. It is especially hard to see in Dark Mode, but rather than fixing that for disabled form elements, why even show them?
Comment #4
mgiffordComment #5
anirudhsingh19 commentedWorking on it!!
Comment #7
anirudhsingh19 commentedI have implemented the required functionality. Please review!!
Comment #8
divya.sejekan commentedVerified the fix MR!652 , Patch gets applied cleanly .
The fix is implemented as per the solution proposed . When the toggle is disabled the field is hidden now
RTBC ++
Comment #9
mgiffordI like it. Thanks for the before/after videos @divya.sejekan