-
Notifications
You must be signed in to change notification settings - Fork 57
Forms: event and method submit #228
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
Forms: event and method submit #228
Conversation
A prima vista mi sembra siano i file giusti 👍 appena inizio a revisionarli ti faccio sapere se manca qualcosa |
2-ui/4-forms-controls/4-forms-submit/1-modal-dialog/solution.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
@@ -4,30 +4,30 @@ importance: 5 | |||
|
|||
# Modal form | |||
|
|||
Create a function `showPrompt(html, callback)` that shows a form with the message `html`, an input field and buttons `OK/CANCEL`. | |||
Creare una funzione `showPrompt(html, callback)` che mostra un form con un messaggio `html`, un campo di input ed i pulsanti `OK/CANCEL`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Creare una funzione `showPrompt(html, callback)` che mostra un form con un messaggio `html`, un campo di input ed i pulsanti `OK/CANCEL`. | |
Create una funzione `showPrompt(html, callback)` che mostri un form con un messaggio `html`, un campo di input ed i pulsanti `OK/CANCEL`. |
Suggerirei l'imperativo. Che ne pensi?
No description provided.