Skip to content

Commit 8c2b40e

Browse files
committed
Fix tabindex property
1 parent e7e9dbb commit 8c2b40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Flame/Html/Attribute/Internal.purs

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ start ∷ ToIntAttribute
261261
start = createProperty "start" <<< show
262262

263263
tabindex ToIntAttribute
264-
tabindex = createProperty "tabindex" <<< show
264+
tabindex = createProperty "tabIndex" <<< show
265265

266266
width ToStringAttribute
267267
width = createAttribute "width"

0 commit comments

Comments
 (0)