fritz2
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
fritz2
core
/
dev.fritz2.core
/
maxLength
max
Length
js
fun
Tag
<
HTMLInputElement
>
.
maxLength
(
value
:
Int
)
fun
Tag
<
HTMLInputElement
>
.
maxLength
(
value
:
Flow
<
Int
>
)
fun
Tag
<
HTMLTextAreaElement
>
.
maxLength
(
value
:
Int
)
fun
Tag
<
HTMLTextAreaElement
>
.
maxLength
(
value
:
Flow
<
Int
>
)