From a43549b619f4c3708d5211441ff5351fa8af8fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Sz=C5=91gy=C3=A9nyi?= Date: Mon, 20 Nov 2023 16:09:14 +0200 Subject: [PATCH] docs(number input): update the table data text --- content/forms/number-input.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/forms/number-input.md b/content/forms/number-input.md index a30bab4e4..545e95731 100644 --- a/content/forms/number-input.md +++ b/content/forms/number-input.md @@ -598,7 +598,7 @@ Use the object parameters from the InputCounter object to set the target, increm Required - Pass the target element object that will be expanded or collapsed. + Pass the target input field element that will be incremented or decremented based on click event. @@ -612,7 +612,7 @@ Use the object parameters from the InputCounter object to set the target, increm Optional - Pass the trigger element that will expand or collapse the target element based on click event. + Pass the increment button element that will increase the value of the target element based on click event. @@ -626,7 +626,7 @@ Use the object parameters from the InputCounter object to set the target, increm Optional - Pass the trigger element that will expand or collapse the target element based on click event. + Pass the decrement button element that will decrease the value of the target element based on click event. @@ -640,7 +640,7 @@ Use the object parameters from the InputCounter object to set the target, increm Optional - Set these options to override the default transition, duration, and timing function of the collapse animation. + Set these options to set the minimum and maximum value of the input field and the callback functions. @@ -689,7 +689,7 @@ Use these optional options for the InputCounter object to set the minimum and ma Integer - Set a callback function when the item has been collapsed. + Set the minimum value of the input field. @@ -700,7 +700,7 @@ Use these optional options for the InputCounter object to set the minimum and ma Integer - Set a callback function when the item has been collapsed. + Set the maximum value of the input field. @@ -711,7 +711,7 @@ Use these optional options for the InputCounter object to set the minimum and ma Function - Set a callback function when the item has been collapsed. + Set a callback function when the item has been incremented. @@ -722,7 +722,7 @@ Use these optional options for the InputCounter object to set the minimum and ma Function - Set a callback function when the item has been expanded. + Set a callback function when the item has been decremented.