dynamic-forms-primeng / Interface

PrimeSelectProps

Extends:SelectProps

Configuration props for PrimeNG select field component.

Properties

NameTypeDescription
filter
boolean | undefined

Enable filtering/search functionality.

hint
DynamicText | undefined

Hint text displayed below the select.

multiple
boolean | undefined

Enable multiple selection mode.

placeholder
overrides SelectProps
DynamicText | undefined

Placeholder text when no option is selected.

showClear
boolean | undefined

Show clear button to deselect value.

styleClass
string | undefined

CSS class to apply to the dropdown element.