This commit is contained in:
Ilya Kantor 2017-03-20 21:44:00 +03:00
parent 5f2d199054
commit e4db23fa56
13 changed files with 42 additions and 62 deletions

View file

@ -18,7 +18,7 @@ Requirements:
- When the form is shown, the focus should be inside the `<input>` for the user.
- Keys `key:Tab`/`key:Shift+Tab` should shift the focus between form fields, don't allow it to leave for other page elements.
Пример использования:
Usage example:
```js
showPrompt("Enter something<br>...smart :)", function(value) {