-
Notifications
You must be signed in to change notification settings - Fork 14
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
Formly Enhancements for JAWS and Icon Functionality #1445
Comments
Just wanted to check if there are any updates on this? We will need the Street Address 2 component for the Entity Registration Modules MVP. |
@brandydanner-gsa I am still working on it. |
@davereed This is also needed for the Entity Registration Modules MVP since we need the Street Address 2 component for Taxpayer Information. |
@brandydanner-gsa I am currently working on it.Will keep you updated |
Here is the demo for the Address form |
@yerramshilpa @davereed I had our tester use JAWS on the Storybook demo linked above, and he still has concerns because the focus is lost after pressing Enter on the "Street Address 2" link. Ideally the focus would go to the input field that appears. |
Reopening this issue. |
@davereed Any update on if Design Team will be implementing a solution for the focus? |
@brandydanner-gsa I am currently working on this item |
@brandydanner-gsa Here is the demo example of the address line 2 feature, it will be available in an upcoming release. |
This feature is implemented in @gsa-sam/[email protected] and @gsa-sam/[email protected] and here is the demo |
Is your feature request related to a problem? Please describe.
I received a mock that has an optional address line 2 as blue text and when clicked an input field for address line two appears and the blue text will disappear. I am using a button with btnType: 'info'.
I am experiencing two main issues:
Describe the desired solution
The text has a plus icon to the left and when clicked JAWS is able to focus on the input field that is toggled into the form
Describe alternatives you've considered
I have tried to use DOM manipulation in the props.onClick($event), and the props.onKeyDown($event) to target the formfield and focus() it for JAWS and that has not consistently worked.
for the Icon I have seen implementations using field.props.addonLeft to add icon classes but it did not work and I haven't been able to insert angular icons.
Additional context
Formly button
Hidden field
design mock
The text was updated successfully, but these errors were encountered: