Skip to content

Commit

Permalink
fix(designer): Fix required screen announcement for required recurren…
Browse files Browse the repository at this point in the history
…ce fields (#4763)
  • Loading branch information
hartra344 authored May 3, 2024
1 parent c69528b commit eade1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions libs/designer-ui/src/lib/recurrence/dropdownControl.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const DropdownControl = ({
disabled={readOnly}
ariaLabel={label}
options={options}
required={required}
className={css('msla-authentication-dropdown')}
multiSelect={isMultiSelect}
onChange={handleOptionSelect}
Expand Down
1 change: 1 addition & 0 deletions libs/designer-ui/src/lib/recurrence/textInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const TextInput = ({
<TextField
ariaLabel={label}
value={value}
required={required}
placeholder={placeholder}
styles={textFieldStyles}
readOnly={readOnly}
Expand Down

0 comments on commit eade1a6

Please sign in to comment.