Skip to content

Commit bd554ea

Browse files
authored
Merge pull request #461 from hugo-levet/patch-1
Update documentation about presentationStyle for single-date-picker
2 parents f2e669d + d0f6908 commit bd554ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docusaurus/docs/date-picker/single-date-picker.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,10 @@ Flag indicating if the component should be enabled or not. Defaults to `true`.
146146
Flag indicating if the status bar padding should be enabled or not. Defaults to `false`.
147147

148148
**presentationStyle**
149-
`Type: 'fullScreen' | 'pageSheet' | 'formSheet' | 'overFullScreen'`
149+
`Type: `'overFullScreen' | 'pageSheet' | undefined`
150150
Determines the visual presentation style of the date picker modal. This prop allows you to define how the modal appears on the screen when it is displayed.
151151

152-
- `'fullScreen'`: Presents the modal as a full-screen overlay.
153-
- `'pageSheet'`: Displays the modal as a card-style sheet that covers a portion of the screen.
154-
- `'formSheet'`: Renders the modal as a smaller form-style sheet.
155152
- `'overFullScreen'`: Overlays the modal on top of the content, allowing interaction with the underlying content.
153+
- `'pageSheet'`: Displays the modal as a card-style sheet that covers a portion of the screen.
156154

157155
For example, if you set `presentationStyle` to `'pageSheet'`, the modal will be presented as a card-like sheet.

0 commit comments

Comments
 (0)