Skip to content

Commit 85b9355

Browse files
Merge pull request microsoft#6 from microsoft/Maintenance-CleanUp
Removing info from Docs
2 parents 9e18bfd + 45f23d2 commit 85b9355

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

DetailsList/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ Manual Sorting is supported outside of the component to allow for custom connect
330330

331331
```vbscript
332332
If(ctxSortAsc,
333-
'SampleNamespace.PILLTable.CurrentSortDirection'.Ascending,
334-
'SampleNamespace.PILLTable.CurrentSortDirection'.Descending)
333+
'PowerCAT.FluentDetailsList.CurrentSortDirection'.Ascending,
334+
'PowerCAT.FluentDetailsList.CurrentSortDirection'.Descending)
335335
```
336336

337337
6. Set the input items collection to sort using the context variables set above:

Picker/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ The Tag Picker code component provides the following features:
77
3. Allows users to select from suggestions or enter a free text tag
88
4. Raises **On Change** event when a user adds or removes a tag
99
5. Allows programmatic **Set Focus**
10-
6. Styled to closely match the PILL Spec.
1110

1211
## Datasets
1312

0 commit comments

Comments
 (0)