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

[Bug]: The ExtendedInput component does not display the errorText when the input is invalid. #103

Closed
NairaMisakyan opened this issue Mar 18, 2024 · 0 comments · Fixed by #104
Assignees
Labels
phase / shipped This issue has already been released, and wait for the closing type / bug Something isn't working
Milestone

Comments

@NairaMisakyan
Copy link
Collaborator

Component

ExtendedInput

Is this a regression?

yes

Describe the bug

If showErrorWithTooltip is true, and there is an invalid value along with errorText, then errorText isn't displayed.

To Reproduce

  1. Access the ExtendedInput component.
  2. Set the isValid prop to false.
  3. Set the showErrorWithTooltip prop to true.
  4. Assign any value to the errorText prop.
  5. Hover over the ExtendedInput component.

Expected behavior

In case showErrorWithTooltip is true, and there is an invalid value along with errorText, then hovering over component errorText should displayed.

Screenshots

No response

Package version

2.13.0

Desktop

. OS:
. Browser & version:
. Additional Information:

Smartphone

. Device:
. OS:
. Browser & version:
. Additional Information:

Exception or Error

No response

Additional context

No response

@NairaMisakyan NairaMisakyan added type / bug Something isn't working phase / exploring This issue is in discovery phase labels Mar 18, 2024
@NairaMisakyan NairaMisakyan self-assigned this Mar 18, 2024
@NairaMisakyan NairaMisakyan added phase / in-progress This issue is in the development process and removed phase / exploring This issue is in discovery phase labels Mar 18, 2024
@hamikhambardzumyan hamikhambardzumyan added this to the v2.13.1 milestone Mar 18, 2024
@NairaMisakyan NairaMisakyan linked a pull request Mar 18, 2024 that will close this issue
@NairaMisakyan NairaMisakyan added phase / review-needed This issue is done and needs review phase / ready-to-go This issue merged and will be included in the current milestone release and removed phase / in-progress This issue is in the development process phase / review-needed This issue is done and needs review labels Mar 18, 2024
@hamikhambardzumyan hamikhambardzumyan added phase / shipped This issue has already been released, and wait for the closing and removed phase / ready-to-go This issue merged and will be included in the current milestone release labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
phase / shipped This issue has already been released, and wait for the closing type / bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants