From a4601177225d3f6ae833253472bd46e2e8068383 Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 19 Aug 2024 07:28:46 +0300 Subject: [PATCH 1/2] SEO-187689-ej2-Vue-NumericTextBox-Getting-Started-Page-with-redirect-link --- ej2-vue/numerictextbox/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-vue/numerictextbox/getting-started.md b/ej2-vue/numerictextbox/getting-started.md index 7ea460f8f..c5e079ee6 100644 --- a/ej2-vue/numerictextbox/getting-started.md +++ b/ej2-vue/numerictextbox/getting-started.md @@ -18,7 +18,7 @@ To get start quickly with Vue Numerictextbox component, you can check on this vi ## Prerequisites -[System requirements for Syncfusion Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements/) +[System requirements for Syncfusion Vue UI components](https://ej2.syncfusion.com/vue/documentation/system-requirements) ## Setting up the Vue 2 project From 7541857c13c6acadc062e3d46f1dc58f80f8dfae Mon Sep 17 00:00:00 2001 From: Faith-Atieno Date: Mon, 19 Aug 2024 11:03:56 +0300 Subject: [PATCH 2/2] ci resolved --- ej2-vue/numerictextbox/getting-started.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ej2-vue/numerictextbox/getting-started.md b/ej2-vue/numerictextbox/getting-started.md index c5e079ee6..c489acdcc 100644 --- a/ej2-vue/numerictextbox/getting-started.md +++ b/ej2-vue/numerictextbox/getting-started.md @@ -113,7 +113,7 @@ components: { {% endhighlight %} {% endtabs %} -2\. In the `template` section, define the Numerictextbox component with the [value](https://ej2.syncfusion.com/staging/vue/documentation/api/numerictextbox#value) property. +2\. In the `template` section, define the Numerictextbox component with the [value](https://ej2.syncfusion.com/staging/vue/documentation/api/numerictextbox/#value) property. {% tabs %} {% highlight html tabtitle="~/src/App.vue" %} @@ -230,9 +230,9 @@ The below example demonstrates model binding functionality with the NumericTextB ## See Also -* [How to perform custom validation using FormValidator](./how-to/perform-custom-validation-using-form-validator/) -* [How to customize the UI appearance of the control](./how-to/customize-the-ui-appearance-of-the-control/) -* [How to customize the spin button’s up and down arrow](./how-to/customize-the-spin-buttons-up-and-down-arrow/) -* [How to customize the step value and hide spin buttons](./how-to/customize-the-step-value-and-hide-spin-buttons/) -* [How to prevent nullable input in NumericTextBox](./how-to/prevent-nullable-input-in-numerictextbox/) -* [How to maintain trailing zeros in NumericTextBox](./how-to/maintain-trailing-zeros-in-numerictextbox/) \ No newline at end of file +* [How to perform custom validation using FormValidator](./how-to/perform-custom-validation-using-form-validator) +* [How to customize the UI appearance of the control](./how-to/customize-the-ui-appearance-of-the-control) +* [How to customize the spin button’s up and down arrow](./how-to/customize-the-spin-buttons-up-and-down-arrow) +* [How to customize the step value and hide spin buttons](./how-to/customize-the-step-value-and-hide-spin-buttons) +* [How to prevent nullable input in NumericTextBox](./how-to/prevent-nullable-input-in-numerictextbox) +* [How to maintain trailing zeros in NumericTextBox](./how-to/maintain-trailing-zeros-in-numerictextbox) \ No newline at end of file