mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
- Unlike the case of network forms, for example, there is nothing the user could infer from a disabled form element. If they see a disabled DNS field, they would understand that it is an editable value but has been disabled due to other option values. It is important to allow users to discover this. However, in case of password fields, they are not needed to be shown to the user unless the appropriate option is selected. Tests: - In the add remote repository form, selecting the authentication type radio options shows and hides the password field. Selecting the value for encryption type shows and hides the encryption password field. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>