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

Updated fancy input #1493

Merged
merged 1 commit into from
Mar 23, 2021
Merged

Updated fancy input #1493

merged 1 commit into from
Mar 23, 2021

Conversation

imolorhe
Copy link
Collaborator

Made it smarter.
Added tooltip showing resolved value.
Closes #1463.

Fixes

Checks

  • Ran yarn test-build
  • Updated relevant documentations

Changes proposed in this pull request:

Made it smarter.
Added tooltip showing resolved value.
Closes #1463.
Copy link

@accesslint accesslint bot left a comment

Choose a reason for hiding this comment

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

There are accessibility issues in these changes.

@@ -7,6 +7,11 @@ exports[`FancyInputComponent should render the highlights correctly based on the
<div
class="fancy-input-container"
>
<input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

@@ -67,6 +77,11 @@ exports[`FancyInputComponent should set component value when input value changes
<div
class="fancy-input-container"
>
<input
Copy link

Choose a reason for hiding this comment

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

Looks like this element is missing an accessible name or label. That makes it hard for people using screen readers or voice control to use the control.

@imolorhe imolorhe merged commit 3c13048 into staging Mar 23, 2021
@imolorhe imolorhe deleted the update-fancy-input branch March 23, 2021 23:18
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.

Improve fancy input
1 participant