I'm trying to build a simple login page with a username and password input and login button but the difference is my inputs and button are web components (jb-input is what we use).
When the user logs in and redirects the user to his/her dashboard, chrome and Firefox don't ask for saving a credential, probably because our web component using shadow DOM and browser couldn't detect input element with a username and password name attribute. how can I make it work and make chrome and Firefox or any other password manager detect successful login and save user credentials?