0

I am working on Hybris smartedit and the login page form is generated through node_modules.

On login page load I want set username and password through smartedit custom loader component which is not in node_modules.

What is the correct way of achieving this.

Stacy J
  • 2,721
  • 15
  • 58
  • 92

1 Answers1

0

I never had to do that with components, but you can try to extend your node_modules component in a new component :

class ComponentB extends ComponentA {}
lovis91
  • 1,988
  • 2
  • 14
  • 24