Skip to content

ToastNotificationList - supplying a className will override pf className #145

@sharvit

Description

@sharvit

Hi,

  • In the ToastNotificationList, one of the prop i can pass is className.
  • ToastNotificationList should use the patternfly className toast-notifications-list-pf.
  • If i pass my own className it will override the default className toast-notifications-list-pf.

https://github.com/patternfly/patternfly-react/blob/master/src/components/ToastNotification/ToastNotificationList.js#L67

  • Is this the behavior we want?
  • Shouldn't it use toast-notifications-list-pf as className together with the className i am passing as a prop?
    • I guess so, because the description of this field is additional alert classes.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions