Merge branch 'master' into feature/accordion-focus-handling

This commit is contained in:
Danny Moerkerke 2022-08-08 11:46:54 +02:00
commit 236fb8e744

View file

@ -420,7 +420,7 @@ export const openedState = () => {
## Intercepting open/close ## Intercepting open/close
It is possible to intercept the open/close process by calling `.preventDefault()` on It is possible to intercept the open/close process by calling `.preventDefault()` on
the `before-close` or `before-open` events. the `before-closed` or `before-opened` events.
```js preview-story ```js preview-story
export const interceptingOpenClose = () => { export const interceptingOpenClose = () => {