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

Tooltip: add type/empty check for its value #2903

Closed
hakiiver2 opened this issue Aug 30, 2022 · 0 comments
Closed

Tooltip: add type/empty check for its value #2903

hakiiver2 opened this issue Aug 30, 2022 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@hakiiver2
Copy link
Contributor

Shouldn't we check if the type of this "options.value.value" is a "String"?

if (options.value.value === undefined || options.value.value === null || options.value.value.trim() === '') return;

@mertsincan mertsincan added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Aug 31, 2022
@mertsincan mertsincan added this to the 3.17.0 milestone Aug 31, 2022
@mertsincan mertsincan changed the title Tooltip: Shouldn't we check if the type of this "options.value.value" is a "String"? Tooltip: add type/empty check for its value Aug 31, 2022
@mertsincan mertsincan self-assigned this Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants