Skip to content

Commit 9da77c3

Browse files
authored
Merge pull request #56 from glennsl/patch-1
dom: add allow and frameBorder props
2 parents 0f74265 + 5e4c216 commit 9da77c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ReactDOM.res

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,8 @@ module Props = {
12341234
@optional
12351235
action: string /* uri */,
12361236
@optional
1237+
allow: string,
1238+
@optional
12371239
allowFullScreen: bool,
12381240
@optional
12391241
alt: string,
@@ -1290,6 +1292,8 @@ module Props = {
12901292
@optional
12911293
formMethod: string /* "post", "get", "put" */,
12921294
@optional
1295+
frameBorder: int, /* deprecated, prefer to use css border instead */
1296+
@optional
12931297
headers: string,
12941298
@optional
12951299
height: string /* in html5 this can only be a number, but in html4 it can ba a percentage as well */,

0 commit comments

Comments
 (0)