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 template tests to ensure that the beforeInput and afterInput options behave as expected for:
Character Count
Checkboxes
Date Input
File Upload
Input
Radios
Select
Textarea
Why
These new options were introduced in #4567 but no corresponding tests were added. We should add examples and tests to ensure that they work as expected; so that port maintainers are more likely to match the behaviour and to avoid accidental regressions in the future.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
We have tests for the beforeInput(s) / afterInput(s) options on:
Character Count
Checkboxes
Date Input
File Upload
Input
Radios
Select
Textarea
The text was updated successfully, but these errors were encountered:
What
Add template tests to ensure that the
beforeInput
andafterInput
options behave as expected for:Why
These new options were introduced in #4567 but no corresponding tests were added. We should add examples and tests to ensure that they work as expected; so that port maintainers are more likely to match the behaviour and to avoid accidental regressions in the future.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
We have tests for the
beforeInput(s)
/afterInput(s)
options on:The text was updated successfully, but these errors were encountered: