Skip to content
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

Add InputBox dialog #46

Merged
merged 2 commits into from
Feb 25, 2024
Merged

Add InputBox dialog #46

merged 2 commits into from
Feb 25, 2024

Conversation

JeremyAnsel
Copy link
Contributor

Fix #45

Impement a InputBox using a ContentDialog.

To ask the user to enter a string, use this code:

            string response = await InputBox.ShowAsync(
                "Response",
                "Enter a response",
                "message");

The dialog looks like
image

@NotYoojun
Copy link
Member

Thanks!

@NotYoojun NotYoojun merged commit f345809 into iNKORE-NET:main Feb 25, 2024
1 check passed
@JeremyAnsel JeremyAnsel deleted the input_box branch February 28, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add InputBox dialog
2 participants