Add pwdfield to default_value_fields (#17)

`pwdfield[]` doesn't actually have a "default" value, but flow uses default_value_fields for form input handling, and this seems better than adding a special case for it.
This commit is contained in:
Jo5629 2024-08-16 20:01:33 -04:00 committed by GitHub
parent 4a185105c3
commit 38f09bedf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -709,6 +709,7 @@ end
local default_value_fields = {
field = "default",
pwdfield = "default",
textarea = "default",
checkbox = "selected",
dropdown = "selected_idx",