Skip to content

Commit

Permalink
Select: Implement new Select based on Downshift
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Mar 22, 2021
1 parent 57d319b commit 0dca21a
Show file tree
Hide file tree
Showing 8 changed files with 2,411 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@
"body-scroll-lock": "^3.1.5",
"classnames": "^2.2.6",
"create-react-context": "^0.2.3",
"downshift": "^6.1.0",
"moment": "^2.24.0",
"react-id-generator": "^3.0.1",
"styled-system": "^5.1.5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/General/Loading/Loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ export const Loading: FC<Props> = props => {

return (
<LoadingContainer
data-testid="alert"
{...props}
className={classNames('aries-loading', className)}
role="alert"
data-testid="alert"
aria-busy="true"
aria-live="polite"
>
Expand Down

0 comments on commit 0dca21a

Please sign in to comment.