toggle menu
compose-html-material
js
switch theme
search in API
compose-html-common
/
com.huanshankeji.compose.web.attributes.ext
Package-level
declarations
Functions
Functions
aria
Label
Link copied to clipboard
fun
AttrsScope
<
*
>
.
ariaLabel
(
value
:
String
)
:
AttrsScope
<
Element
>
auto
Capitalize
Link copied to clipboard
fun
AttrsScope
<
*
>
.
autoCapitalize
(
value
:
String
?
)
:
AttrsScope
<
Element
>
?
auto
Capitalize
Requiring
Valid
Link copied to clipboard
fun
AttrsScope
<
*
>
.
autoCapitalizeRequiringValid
(
value
:
String
)
auto
Complete
Link copied to clipboard
fun
AttrsScope
<
*
>
.
autoComplete
(
value
:
AutoComplete
?
)
disabled
Link copied to clipboard
fun
AttrsScope
<
*
>
.
disabled
(
value
:
Boolean
?
)
enter
Key
Hint
If
Valid
Link copied to clipboard
fun
AttrsScope
<
*
>
.
enterKeyHintIfValid
(
value
:
String
)
form
Link copied to clipboard
fun
AttrsScope
<
*
>
.
form
(
value
:
String
?
)
href
Link copied to clipboard
fun
AttrsScope
<
*
>
.
href
(
value
:
String
?
)
label
Link copied to clipboard
fun
AttrsScope
<
*
>
.
label
(
value
:
String
?
)
max
Link copied to clipboard
fun
AttrsScope
<
*
>
.
max
(
value
:
String
?
)
max
Length
Link copied to clipboard
fun
AttrsScope
<
*
>
.
maxLength
(
value
:
Int
?
)
min
Link copied to clipboard
fun
AttrsScope
<
*
>
.
min
(
value
:
String
?
)
min
Length
Link copied to clipboard
fun
AttrsScope
<
*
>
.
minLength
(
value
:
Int
?
)
multiple
Link copied to clipboard
fun
AttrsScope
<
*
>
.
multiple
(
value
:
Boolean
?
)
name
Link copied to clipboard
fun
AttrsScope
<
*
>
.
name
(
value
:
String
?
)
on
Input
Link copied to clipboard
fun
<
TElement
:
HTMLElement
>
AttrsScope
<
TElement
>
.
onInput
(
listener
:
(
SyntheticEvent
<
TElement
>
)
->
Unit
)
pattern
Link copied to clipboard
fun
AttrsScope
<
*
>
.
pattern
(
value
:
String
?
)
placeholder
Link copied to clipboard
fun
AttrsScope
<
*
>
.
placeholder
(
value
:
String
?
)
read
Only
Link copied to clipboard
fun
AttrsScope
<
*
>
.
readOnly
(
value
:
Boolean
?
)
required
Link copied to clipboard
fun
AttrsScope
<
*
>
.
required
(
value
:
Boolean
?
)
selected
Link copied to clipboard
fun
AttrsScope
<
*
>
.
selected
(
value
:
Boolean
?
)
step
Link copied to clipboard
fun
AttrsScope
<
*
>
.
step
(
value
:
String
?
)
target
Link copied to clipboard
fun
AttrsScope
<
*
>
.
target
(
value
:
String
?
)
type
Link copied to clipboard
fun
AttrsScope
<
*
>
.
type
(
value
:
String
?
)
fun
AttrsScope
<
*
>
.
type
(
value
:
InputType
<
*
>
?
)
value
Link copied to clipboard
fun
AttrsScope
<
*
>
.
value
(
value
:
String
?
)