-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Access dialog view/view-model from dialogService.controllers #266
Comments
You got me confused. What do you mean by selectively? |
Ah, I simply meant that I want to selectively/programmatically apply it to dialogs. |
@timfish Does the new setting work for your case? You can specify on dialog basis whether the |
Not had a chance to try this yet. What if I want to call something other |
So currently you can set up |
That should be exactly what I need then. I did try |
Yeah, sorry, we commit the dist when making a release. |
@StrahilKazlachev
|
The
|
@timfish OK, so there is something. I'll try to find and fix it today, in the mean time use |
Out of the office so will check your example later. I'm using Nothing in the console. I put a breakpoint in the |
I've been looking into a few ways to selectively confirm the top dialog with the Enter key on the keyboard.
Firstly I tried using a custom attribute which I use on dialogs that I would like to be 'confirmable' with the enter key:
This has a few major issues:
These two may at some point be fixed by issue #1?
In the meantime, I was attempting to do the following:
But I have no access to the views or view-models here. I'd rather not resort to iterating over the dialogs in the DOM...
The text was updated successfully, but these errors were encountered: