Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Listview: Fixed a typo in autodividers selector demo #7651

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/listview-autodividers-selector/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<h1>Custom autodivider selector</h1>

<p>By default the the autodividers plugin will use the first character of a list item as selector. The option <code>autodividersSelector</code> allows you to return a different string. In this example we show you how to set an autodividers selector of "0-9" for list items that contain numbers so you can group them.</p>
<p>By default the autodividers plugin will use the first character of a list item as selector. The option <code>autodividersSelector</code> allows you to return a different string. In this example we show you how to set an autodividers selector of "0-9" for list items that contain numbers so you can group them.</p>

<div data-demo-html="true" data-demo-js="true">
<ul data-role="listview" data-autodividers="true" data-inset="true">
Expand Down