You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add more visual feedback to the user in various scenarios.
Note: This is an extension of the functionality implemented in #1.
Acceptance Criteria
When the input is not focused
Given... That I have have not focused on the input component Then... There should be a placeholder message indicating the expected value
When input is focused
Given... That I have have focused on the input component Then... The input border should turn blue
When input is invalid
Given... That I have have focused on the input component When... I have entered an invalid value Then... The input border should turn red And... There should be an error message show underneath the input And... The input border should turn blue when the input is refocused
When input is valid
Given... That I have have focused on the input component When... I have entered an valid value Then... The input border should turn green
The text was updated successfully, but these errors were encountered:
CliffAw
changed the title
[Feature] Extend Input component
[Feature - M] Extend Input component
Jul 27, 2022
CliffAw
changed the title
[Feature - M] Extend Input component
[Feature] Extend Input component
Jul 27, 2022
Description
Add more visual feedback to the user in various scenarios.
Note: This is an extension of the functionality implemented in #1.
Acceptance Criteria
When the input is not focused
Given... That I have have not focused on the input component
Then... There should be a placeholder message indicating the expected value
When input is focused
Given... That I have have focused on the input component
Then... The input border should turn blue
When input is invalid
Given... That I have have focused on the input component
When... I have entered an invalid value
Then... The input border should turn red
And... There should be an error message show underneath the input
And... The input border should turn blue when the input is refocused
When input is valid
Given... That I have have focused on the input component
When... I have entered an valid value
Then... The input border should turn green
The text was updated successfully, but these errors were encountered: