Skip to content

Commit e27cae3

Browse files
committed
Adds id to dcc.Loading DOM
1 parent 71b1e6f commit e27cae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/dash-core-components/src/components/Loading.react.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const Loading = ({
2424
loading_state,
2525
display,
2626
color,
27+
id,
2728
className,
2829
style,
2930
parent_className,
@@ -148,6 +149,7 @@ const Loading = ({
148149
{showSpinner &&
149150
(custom_spinner || (
150151
<Spinner
152+
id={id}
151153
className={className}
152154
style={style}
153155
status={loading_state}

0 commit comments

Comments
 (0)