Skip to content

Commit

Permalink
Merge branch 'AddNewPropertyFilterList' of https://github.com/joaojme…
Browse files Browse the repository at this point in the history
…ndes/sp-dev-fx-controls-react into AddNewPropertyFilterList
  • Loading branch information
joaojmendes committed Oct 21, 2019
2 parents 729f24a + 959035b commit efd2240
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/webparts/controlsTest/components/ControlsTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -693,13 +693,15 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
</div>

<div className="ms-font-m">Field picker list data tester:

<ListItemPicker listId={'76a8231b-35b6-4703-b1f4-5d03d3dfb1ca'}
columnInternalName="DescricaoItem"
keyColumnInternalName="Empresa"
filterList={"TipodePedido eq 'Ambos'"}
columnInternalName="Title"
keyColumnInternalName="Id"
filterList={"Title eq 'SPFx'"}
itemLimit={5}
context={this.props.context}
onSelectedItem={this.listItemPickerDataSelected} />

</div>

<div className="ms-font-m">Services tester:
Expand Down

0 comments on commit efd2240

Please sign in to comment.