Emeke Ajeh

Results 27 comments of Emeke Ajeh

Okay, I get that now. There's currently no option to personalize which action is default. Will add that in my spare time. Meanwhile, i don't think keyboard users will want...

Hello @tgice , i get your point. The buttons are missing visual indicators to tell which one is currently active. Something like dotted borders right? I think it was removed...

Hello @symonsoft can you please help me understand better how this would work and it's use case? Looks interesting

Hello @xiashulin The default dialogs perform specific purposes like confirmation, prompt or alert. If you want to update dialog's content then there may be a need to use the custom...

@symonsoft I wouldn't recommend setting a fixed width, but you can do that with css. I would recommend you set max-width instead... you can add this to the head tag....

Yeah, that should work too 👍

Thank you @darrensapalo. I will look at this soon. Really appreciate the time and effort.

That's correct... Do you have any idea how this can be improved? I'm thinking of resolving the promise with a property that takes the value `false` on rejection instead of...

@serkandemirel0420 You can try compose your message completely before passing it to the dialog like this: ``` message: `Do you want o delete ${itemName} named item?` ``` We're only replacing...

Thank you @symonsoft That solution should work. @nicroto did it work for you?