ASP.NET ComboBox - AllowCustomText

Allow Custom Text




By default, the ComboBox only allows existing items from the list to be selected by end users.
You can configure the ComboBox to allow custom text (that doesn't exist in the items list)
to be typed into the input field. This is done by setting the AllowCustomText property to true.



« Back to examples