Browse Source

Fix wrong link to to modalPresentationStyle and missing presentation style option

Guy Carmeli 4 years ago
parent
commit
177dd9e8b9
2 changed files with 3 additions and 2 deletions
  1. 2
    1
      website/api/options-root.mdx
  2. 1
    1
      website/docs/docs-modal.mdx

+ 2
- 1
website/api/options-root.mdx View File

@@ -113,8 +113,9 @@ Configure the presentation style of the modal.
113 113
 
114 114
 #### Styles supported only on iOS
115 115
 
116
-- **formSheet** - display content centered in the screen.
116
+- **fullScreen** - The view covers the underlying content completely.
117 117
 - **pageSheet** - partially cover the underlying content.
118
+- **formSheet** - display content centered in the screen.
118 119
 - **overFullScreen** - display the modal in full screen mode and do not remove previous content when the show animation ends.
119 120
 - **popOver** - Center content on screen and dim the content behind it.
120 121
 

+ 1
- 1
website/docs/docs-modal.mdx View File

@@ -123,4 +123,4 @@ from the top of the screen. To disable it, set [swipeToDismiss]() option to fals
123 123
 
124 124
 ## Presentation Style
125 125
 
126
-The [presentation style](options-root#modalpresentationstyle) determines the look and feel of a screen displayed as modal.
126
+The [presentation style](options-root.mdx#modalpresentationstyle) determines the look and feel of a screen displayed as modal.