Skip to content

Commit

Permalink
Update sandbox branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jasalisbury committed Mar 4, 2021
1 parent edccb36 commit a2ef841
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ parameters:
default: "main"
type: string
sandbox_git_branch: # change to feature branch to test deployment
default: "grantee-import-bugfix"
default: "js-332-accessibility-updates"
type: string
jobs:
build_and_lint:
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/components/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ const DateInput = ({
return isBefore || isAfter;
};

const message = isFocused ? '' : 'Navigate forward and push button to open the calendar';

return (
<>
<div className="usa-hint font-body-2xs" id={hintId}>mm/dd/yyyy</div>
Expand All @@ -52,6 +54,7 @@ const DateInput = ({
ref={ref}
isOutsideRange={isOutsideRange}
numberOfMonths={1}
screenReaderInputMessage={message}
openDirection={openDirection}
disabled={disabled}
hideKeyboardShortcutsPanel
Expand Down

0 comments on commit a2ef841

Please sign in to comment.