Skip to content

Commit

Permalink
Merge pull request #29 from KyleMuranyi/master
Browse files Browse the repository at this point in the history
Enhance input element attributes by adding inputmode to Engine.fs
  • Loading branch information
nojaf authored Oct 25, 2024
2 parents c7f81f6 + 63dee7c commit b012e4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Giraffe.ViewEngine/Engine.fs
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ module Attributes =
let _hreflang = attr "hreflang"
let _httpEquiv = attr "http-equiv"
let _id = attr "id"
let _inputmode = attr "inputmode"
let _integrity = attr "integrity"
let _keytype = attr "keytype"
let _kind = attr "kind"
Expand Down

0 comments on commit b012e4e

Please sign in to comment.