Module Global.Value

type autocapitalize = [
| `characters
| `none
| `off
| `on
| `sentences
| `words
]
type dir = [
| `auto
| `ltr
| `rtl
]
type translate = [
| `no
| `yes
]
type enterkeyhint = [
| `done_
| `enter
| `go
| `next
| `previous
| `search
| `send
]
type inputmode = [
| `decimal
| `email
| `none
| `numeric
| `search
| `tel
| `text
| `url
]