Closed novacbn closed 2 years ago
Added the following Actions / Action Features
click_inside — Listens to the click on the attached element, with optional CSS Selector for filtering.
click_inside
click
click_inside / click_outside
click_outside
*(..., {ignore: string})
on_click_inside
on_click_outside
Updated the following Components / Component Features
Offscreen / Overlay / Popover
Offscreen
Overlay
Popover
<* dismissible={boolean}>
Preview: https://novacbn-kahi-ui-pr-92-run-466.surge.sh
Preview: https://novacbn-kahi-ui-pr-92-run-491.surge.sh
CHANGELOG
Added the following Actions / Action Features
click_inside
— Listens to theclick
on the attached element, with optional CSS Selector for filtering.click_inside
/click_outside
*(..., {ignore: string})
— Ignores a given CSS Selector from triggering theon_click_inside
/on_click_outside
callbacks.Updated the following Components / Component Features
Offscreen
/Overlay
/Popover
<* dismissible={boolean}>
— Now enables dismissing of Overlays via escape key.