This commit is contained in:
2025-03-26 13:23:58 +02:00
parent 65a06f1591
commit 92977dad28

View File

@@ -121,6 +121,7 @@ class AstromicFormController extends FormController {
ret.text = initialText ?? ''; ret.text = initialText ?? '';
} }
}); });
super.controllers?.addEntries(<MapEntry<String, (String, bool)>>[MapEntry<String, (String, bool)>(id, (ret.text, isObscure))]);
return ret; return ret;
} }