This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Commit 4346b75
feat(modal): allowoutsideclick optional prop
Adding prop allowOutsideClick which is optional.
Default value is true, changing it to false stops the user from
clicking outside the component, which stops the behavior of
tabbing outside a component to be possible.1 parent d20f6f9 commit 4346b75
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
126 | 131 | | |
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
131 | 136 | | |
132 | 137 | | |
| 138 | + | |
133 | 139 | | |
134 | 140 | | |
135 | 141 | | |
| |||
156 | 162 | | |
157 | 163 | | |
158 | 164 | | |
159 | | - | |
| 165 | + | |
160 | 166 | | |
161 | 167 | | |
162 | 168 | | |
| |||
0 commit comments