Skip to content
Snippets Groups Projects
Commit 32be69bf authored by Bas Lijnse's avatar Bas Lijnse
Browse files
parents d8e4dcad cac032d4
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ gText{|Password|} AsHeader _ = [""]
gText{|Password|} _ _ = ["********"]
gEditor{|Password|} = liftEditor (\(Password p) -> p) (\s -> (Password s))
(whenDisabled (constEditor "********" (textView 'DM'.newMap)) (withHintAttributes "password" (passwordField 'DM'.newMap)))
(whenDisabled (constEditor "********" (textView 'DM'.newMap)) (withHintAttributes "password" (withEditMode (passwordField 'DM'.newMap))))
derive gDefault Password
derive gEq Password
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment