Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 279 Bytes

event-handlers.md

File metadata and controls

6 lines (4 loc) · 279 Bytes

Event Handler Usage in Base UI

In Base UI we follow this event handler pattern:

  • custom handlers, or handler overrides with custom logic follow use the onChange({event, value}) method signature,
  • pass-through handlers, such as onBlur or onMouseEnter are not changed.