Code format
parent
c869e4b98a
commit
83933a6753
|
@ -209,40 +209,40 @@ export default {
|
||||||
<div class="doc-tablewrapper">
|
<div class="doc-tablewrapper">
|
||||||
<table class="doc-table">
|
<table class="doc-table">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Element</th>
|
<th>Element</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>p-autocomplete</td>
|
<td>p-autocomplete</td>
|
||||||
<td>Container element</td>
|
<td>Container element</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>p-autocomplete-panel</td>
|
<td>p-autocomplete-panel</td>
|
||||||
<td>Overlay panel of suggestions.</td>
|
<td>Overlay panel of suggestions.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>p-autocomplete-items</td>
|
<td>p-autocomplete-items</td>
|
||||||
<td>List container of suggestions.</td>
|
<td>List container of suggestions.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>p-autocomplete-item</td>
|
<td>p-autocomplete-item</td>
|
||||||
<td>List item of a suggestion.</td>
|
<td>List item of a suggestion.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>p-autocomplete-token</td>
|
<td>p-autocomplete-token</td>
|
||||||
<td>Element of a selected item in multiple mode.</td>
|
<td>Element of a selected item in multiple mode.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>p-autocomplete-token-icon</td>
|
<td>p-autocomplete-token-icon</td>
|
||||||
<td>Close icon element of a selected item in multiple mode.</td>
|
<td>Close icon element of a selected item in multiple mode.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>p-autocomplete-token-label</td>
|
<td>p-autocomplete-token-label</td>
|
||||||
<td>Label of a selected item in multiple mode.</td>
|
<td>Label of a selected item in multiple mode.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue