[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ComboBoxBaseBuilder-3.KeyActionPrintCharacters

KeyActionPrintCharacters Method

KeyActionPrintCharacters(InputKeyAction)

Configurates KeyActionPrintCharacters. Sets the action to perform when printable character keys are pressed (letters, numbers, symbols).

Declaration
public TBuilder KeyActionPrintCharacters(InputKeyAction value)
Public Function KeyActionPrintCharacters(value As InputKeyAction) As TBuilder
Parameters
Type Name Description
InputKeyAction value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

The default setting for this property is "InputKeyAction.OpenDropdown",which opens the listbox and filters options as the user types.This allows users to see matching options before making a selection.Alternatively, you can set this to "InputKeyAction.ChangeSelectionOnly" to immediately change the selection to match the typed characters while keeping the listbox closed. This is useful for quick selection in known-value scenarios.