From a844f48e185e3c3d60fdb70f2abf2a70ccdefb4a Mon Sep 17 00:00:00 2001 From: sureshsf3950 <119393805+sureshsf3950@users.noreply.github.com> Date: Thu, 11 Dec 2025 09:39:45 +0530 Subject: [PATCH] 997818: Need to Provide Sample Code on ComboBox custom-value section ### Task Link [997818](https://dev.azure.com/EssentialStudio/Ej2-Web/_workitems/edit/997818) : Need to Provide Sample Code on ComboBox customer value section ### Ticket Link https://support.syncfusion.com/agent/tickets/793286 ### What corrected? Updated Sample Code on ComboBox custom-value section ### Screenshot or Gif Nil --- blazor/combobox/custom-value.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blazor/combobox/custom-value.md b/blazor/combobox/custom-value.md index 156316c4f8..37d3b00994 100644 --- a/blazor/combobox/custom-value.md +++ b/blazor/combobox/custom-value.md @@ -13,4 +13,10 @@ Enable users to enter values that are not present in the data by using the [Allo To persist the new entry to the underlying data source, handle application logic (for example, in value change handling) to add the custom value to the collection. Users can also commit a custom value with the keyboard (such as pressing Enter) when appropriate. +{% highlight cshtml %} + +{% include_relative code-snippet/custom-value/custom-value.razor %} + +{% endhighlight %} + {% previewsample "https://blazorplayground.syncfusion.com/embed/LDBACVLQKFyiyoKz?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" backgroundimage "[Blazor ComboBox with custom value](./images/blazor-combobox-custom-value.png)" %}