Form Builder: form method somehow resets public property values
Hello,
when setting properties in a Form Component in the mount method the changes don't get persisted so they return back to their default values. I only want to make the call to the
AuthServiceInterface
once because it also does a DB query. How can I achieve it to access values in the form
method which have been set in the mount
method?
Thank you in advance.
0 Replies