PickerTriggerButton
A compact, theme-aware button surface for Select and Combobox filter triggers.
Use this component as the render target for compact Select or Combobox filters. Keep the picker primitive responsible for open state, focus, keyboard navigation, and selection.
API#WIP
| Prop | Type | Default | Description |
|---|---|---|---|
render | Base UI Button.Props["render"] | — | Replaces the native button element while preserving PickerTriggerButton behavior and styles. |
nativeButton | boolean | — | Overrides native-button handling. Inferred automatically when render replaces the element. |
...props | StyledProps<Base UI Button.Props> & DataAttributes | — | Base UI button attributes plus className and data attributes for the picker trigger. |