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

fix(popover): use correct enum name and type for showon param #2168

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

radkostanev
Copy link
Member

The default value here is misleading - this was never the case in the component and is an issue only in the documentation

- The correct enum is https://docs.telerik.com/blazor-ui/api/telerik.blazor.components.popovershowon
- it is a nullable parameter with no default value, as this way it caters for the case where programmatic approach only is desired.

The default value here is misleading - this was never the case in the component and is an issue only in the documentation
@radkostanev radkostanev added the merge-to-production Use this label to get a comment to choose whether to merge the PR to production label Jun 18, 2024
@radkostanev radkostanev requested review from a team June 18, 2024 07:23
Copy link
Contributor

Hello @radkostanev,

Check the below option if you would like to automatically generate PR to production. The automation uses the branch for the cherry-pick, and then will delete the branch. Please, do not delete it manually.

  • create PR to production

@radkostanev radkostanev merged commit 27c56c5 into master Jun 19, 2024
2 checks passed
Copy link
Contributor

Here you are the link to your PR to production: 2171

@github-actions github-actions bot deleted the popover-showon-fix branch June 19, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-to-production Use this label to get a comment to choose whether to merge the PR to production
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants