Skip to content

Commit ffb1bcb

Browse files
committed
Update index.tsx
1 parent 6319536 commit ffb1bcb

File tree

1 file changed

+2
-0
lines changed
  • packages/main/src/components/ObjectStatus

1 file changed

+2
-0
lines changed

packages/main/src/components/ObjectStatus/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ const getStateSpecifics = (state, showDefaultIcon, userIcon, stateAnnouncementTe
161161

162162
/**
163163
* Status information that can be either text with a value state, or an icon.
164+
*
165+
* __Note:__ When used in interactive lists or tables, consider overriding the active state styling. Learn more [here](https://ui5.github.io/webcomponents-react/v2/?path=/docs/data-display-objectstatus--docs#objectstatus-in-interactive-lists-or-tables).
164166
*/
165167
const ObjectStatus = forwardRef<HTMLDivElement | HTMLButtonElement, ObjectStatusPropTypes>((props, ref) => {
166168
const {

0 commit comments

Comments
 (0)