-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wishlist #46
Comments
Thanks for the feedback @Tbaut
|
Thanks a lot. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Tien after integrating dotconnect in a hackaton project, here's a list of things I'd love to have
I'd like to be able to totally control the opening and closing of the modal. For this, we have the
isOpen
but there's noonClose
callback. I'm not sure if this is possible with web components.Another somewhat specific need I'd have in our app: I'd like to be able to select a specific account in a 2nd step, after having selected an extension. This way, if users have shared several accounts, they can select the one they want the interface to take into account. This would probably mean we'd need a
selectedAccount
in the fields ofuseAccounts
. This may be a too specific ask though.In any case, thank you for this, it's been very helpful
The text was updated successfully, but these errors were encountered: