Skip to content

Commit

Permalink
docs(number input): update the last table text
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi committed Nov 20, 2023
1 parent a43549b commit 5378179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/forms/number-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,23 +751,23 @@ Use the following methods of the InputCounter object to programmatically manipul
<code class="text-blue-600 dark:text-blue-400">getCurrentValue()</code>
</td>
<td class="px-6 py-4">
Use this method on the Collapse object toggle the current visibility of the target element.
Use this method to get the current value of the input field.
</td>
</tr>
<tr class="border-b dark:bg-gray-800 dark:border-gray-700">
<td class="px-6 py-4 ">
<code class="text-blue-600 dark:text-blue-400">increment()</code>
</td>
<td class="px-6 py-4">
Use this method on the Collapse object to hide the target element.
Use this method on the InputCounter object to increment the value of the input field.
</td>
</tr>
<tr class="border-b dark:bg-gray-800 dark:border-gray-700">
<td class="px-6 py-4 ">
<code class="text-blue-600 dark:text-blue-400">decrement()</code>
</td>
<td class="px-6 py-4">
Use this method on the Collapse object to show the target element.
Use this method on the InputCounter object to decrement the value of the input field.
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 5378179

Please sign in to comment.