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

Automatically indicate required input fields #502

Merged
merged 41 commits into from May 9, 2024

Conversation

spokenbird
Copy link
Contributor

@spokenbird spokenbird commented Feb 2, 2024

PT#187042528

Description

  • the screen reader should just say "required" once when the focus shifts to a required field.
  • The text (required) in red, unbolded text appears at the end of the question label for each required input for multi-question screens.
  • For screens with a single question, the text (required) appears in red, unbolded text at the end of the question header.

@spokenbird spokenbird changed the title Automatically indicate required text fields Automatically indicate required input fields Feb 14, 2024
@spokenbird spokenbird changed the title Automatically indicate required input fields Automatically indicate required input fields [NOT READY TO MERGE] Feb 23, 2024
@spokenbird spokenbird changed the title Automatically indicate required input fields [NOT READY TO MERGE] Automatically indicate required input fields May 6, 2024
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@@ -0,0 +1,47 @@
package formflow.library.inputs;

import formflow.library.data.FlowInputs;
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you want to take this test code out (along with the related flows-config & template files)?

@bseeger
Copy link
Contributor

bseeger commented May 9, 2024

Almost there, @spokenbird! I know it's been a slog -- you've done a great job with this!

@spokenbird spokenbird merged commit 0d4b4ac into main May 9, 2024
5 checks passed
@spokenbird spokenbird deleted the indicate-required-fields branch May 9, 2024 22:09
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.

None yet

4 participants