You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
I have created a username and password with submit button page using formio builder
and I have shown in the page by taking that script from the database.
The page is visible now. On this rendered page I want to show a dummy username and password when clicked on a button.
Basically I want to access the username and password in the angular component and I need to modify them. Eg:- In angularJS, we can access that with ng-model like $scope.ngModel.
And In angular formio how can we access that in a component.