Skip to content

Commit

Permalink
Update Picklist demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed May 10, 2018
1 parent 0f7266d commit f87e68b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/showcase/picklist/PickListDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@ import {PickList} from 'primereact/components/picklist/PickList';
<td>null</td>
<td>Function that gets the option and returns the content for it.</td>
</tr>
<tr>
<td>metaKeySelection</td>
<td>boolean</td>
<td>true</td>
<td>Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item
can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit f87e68b

Please sign in to comment.