smalltalk icon indicating copy to clipboard operation
smalltalk copied to clipboard

Promise-based Alert, Confirm and Prompt replacement

Results 12 smalltalk issues
Sort by recently updated
recently updated
newest added

![Error 4_14_2020 6_22_26 PM](https://user-images.githubusercontent.com/57331033/79243249-0c908b80-7e7e-11ea-9339-87fbed71b139.png)

question

Hi! I see there's two versions of the library. After looking in the /libs folder I'm not sure what the difference between the two versions are? Thanks for the help.

question

The default css sets a global style for `button` with a font-family; it should probably be removed as it affects other things on the page.

feature request

Currently, you cannot change the default focus button. Is it possible to add the option to customize this behavior so that we can set the focus on the Cancel button?

Since electron doesn't support `alert`, `prompt` and `confirm`. I found this package for replacement native functions, but there's no example with electron. If possible, can you add electron version in...

docs

Have added support for date, email, number, and tel prompts in addition to the original password prompt. Had to make it so that setSelectionRange would only happen if it was...

I wanted to be able to create a dialog in a separate window which meant I had to pass in a different document.body element to be the parent element. It's...

Can you please add the feature for having multiple text entries thank you :D

Currently the prompt only supports a type of 'password', is it possible to get this changed so that it can support any valid input type? I currently have need for...

feature request