[]
Configurates KeyActionPrintCharacters. Sets the action to perform when printable character keys are pressed (letters, numbers, symbols).
public TBuilder KeyActionPrintCharacters(InputKeyAction value)
Public Function KeyActionPrintCharacters(value As InputKeyAction) As TBuilder
| Type | Name | Description |
|---|---|---|
| InputKeyAction | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
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.