You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/utilities/pill/index.jsx
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
/* Copyright (c) 2015-present, salesforce.com, inc. All rights reserved */
2
2
/* Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license */
3
3
4
+
/**
5
+
* This Pill component should be used within a listbox and differs from the standalone Pill component which is typically used for actions (such as a link) and not form fields. This component should be used in conjuction with `PillContainer`.
6
+
*/
4
7
importReactfrom'react';
5
8
importPropTypesfrom'prop-types';
6
9
@@ -14,7 +17,7 @@ import SLDSPill from '../../../components/pill';
14
17
15
18
constpropTypes={
16
19
/**
17
-
* Pill is the active pill within a pill container. This will request focus on the DOM node.
20
+
* Pill is the actively focused pill within a pill container. This will request focus on the DOM node.
0 commit comments