Skip to content

Commit

Permalink
docs(v10): prop change for FormStatus of status to state (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and tujoworker committed May 31, 2023
1 parent f53faa0 commit 0cc65be
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { Accordion } from '@dnb/eufemia/src'
- [Lists](#lists)
- [InputMasked](#inputmasked)
- [FormRow](#formrow)
- [FormStatus](#formstatus)
- [Element changes](#element-changes)
- [Paragraph](#paragraph)
- [Extension changes](#extension-changes)
Expand Down Expand Up @@ -306,6 +307,10 @@ The Anchor was moved form `/elements` to `/components`.

1. The FormRow properties `indent` and `indent_offset` were removed.

### [FormStatus](/uilib/components/form-status)

1. The FormStatus property `status` was renamed to `state`. Find the `status` property and replace it with `state`.

## Element changes

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

0 comments on commit 0cc65be

Please sign in to comment.