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

tokenize text box polish #3310

Merged
merged 9 commits into from
May 28, 2020
Merged

Conversation

marcpems
Copy link
Contributor

Fixes #

fixes this bug:
#3289 (comment)

PR Type

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior?

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Pull Request has been submitted to the documentation repository instructions. Link:
  • Sample in sample app has been added / updated (for bug fixes / features)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Header has been added to all new source files (run build/UpdateHeaders.bat)
  • Contains NO breaking changes

Other information

Marcus Perryman and others added 7 commits May 20, 2020 11:56
@ghost
Copy link

ghost commented May 28, 2020

Thanks marcpems for opening a Pull Request! The reviewers will test the PR and highlight if there is any conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌

@ghost ghost assigned michael-hawker May 28, 2020
Comment on lines +183 to +193

if (_ttbEmailShowItems != null)
{
_ttbEmailShowItems.Click -= ShowButtonClick;
}

if (control.FindChildByName("ShowSelectedEmails") is Button showBtn)
{
_ttbEmailShowItems = showBtn;
_ttbEmailShowItems.Click += ShowButtonClick;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for the clear button

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll take a look at that in a subsequent PR as its part of the sample app.
Merging now to get this into the toolkit release.

thanks!

@michael-hawker michael-hawker added this to the 6.1 milestone May 28, 2020
@michael-hawker michael-hawker mentioned this pull request May 28, 2020
9 tasks
Copy link
Contributor

@Kyaa-dost Kyaa-dost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @marcpems looks good + @michael-hawker 's suggestion regarding adding as a sample command and clear button 🚀🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants