PrimeSelectProps
| Extends: | SelectProps |
Configuration props for PrimeNG select field component.
Properties
| Name | Type | Description |
|---|---|---|
| filter | boolean | undefined | Enable filtering/search functionality. |
| hint | | Hint text displayed below the select. |
| multiple | boolean | undefined | Enable multiple selection mode. |
| placeholder overrides SelectProps | | 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. |