So I'm using a RadzenDropDown in an app I'm currently working on and I was wondering if there's a way in Blazor to add a value to the list, in case you want to add a value that currently doesn't appear in the dropdown it.
I currently have a RequestList which is the Data for the DropDown, and I'd like to be able to open the DropDown, search for an item, and in case I do not see it, let me right the value and use it. Currently I can't see any info on how to achieve this so I suppose it's not possible in Radzen yet.
I'd like to know also if there are plans on implementing this since you can already do this on other frameworks such as Angular/React. Thanks in advance!