Reactive StringField on Gateway Settings

In a static block in your persistent record implementation, set your password field's stored editor to use the PasswordEditorSource, e.g:

static {
    PasswordE.getFormMeta().setEditorSource(PasswordEditorSource.getSharedInstance());
}
2 Likes