Skip to content

Commit

Permalink
docs(v10): add docs for HelpButton's modal_props (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed May 31, 2023
1 parent fdee6c3 commit 4e825ee
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { Accordion } from '@dnb/eufemia/src'
- [FormRow](#formrow)
- [FormStatus](#formstatus)
- [Switch](#switch)
- [HelpButton](#helpbutton)
- [Element changes](#element-changes)
- [Paragraph](#paragraph)
- [Img](#img)
Expand Down Expand Up @@ -344,6 +345,10 @@ The Anchor was moved form `/elements` to `/components`.

1. type `SwitchChecked` was removed. Use `boolean` instead.

### [HelpButton](/uilib/components/help-button)

1. property `modal_props` does not longer support the `mode` property. From a UX perspective it's only desirable to display a `Dialog` when using `HelpButton`, and not a `Drawer`.

## Element changes

### [Paragraph](/uilib/elements/paragraph/)
Expand Down

0 comments on commit 4e825ee

Please sign in to comment.