dAppBooster
Preparing search index...
components/sharedComponents/BigNumberInput
BigNumberInputProps
Type Alias BigNumberInputProps
type
BigNumberInputProps
=
{
autofocus
?:
boolean
;
decimals
:
number
;
disabled
?:
boolean
;
max
?:
bigint
;
min
?:
bigint
;
onChange
:
(
value
:
bigint
)
=>
void
;
onError
?:
(
error
:
{
message
:
string
;
value
:
string
}
|
null
)
=>
void
;
placeholder
?:
string
;
renderInput
?:
(
props
:
RenderInputProps
)
=>
ReactElement
;
value
:
bigint
;
}
Index
Properties
autofocus?
decimals
disabled?
max?
min?
on
Change
on
Error?
placeholder?
render
Input?
value
Properties
Optional
autofocus
autofocus
?:
boolean
decimals
decimals
:
number
Optional
disabled
disabled
?:
boolean
Optional
max
max
?:
bigint
Optional
min
min
?:
bigint
on
Change
onChange
:
(
value
:
bigint
)
=>
void
Optional
on
Error
onError
?:
(
error
:
{
message
:
string
;
value
:
string
}
|
null
)
=>
void
Optional
placeholder
placeholder
?:
string
Optional
render
Input
renderInput
?:
(
props
:
RenderInputProps
)
=>
ReactElement
value
value
:
bigint
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
autofocus
decimals
disabled
max
min
on
Change
on
Error
placeholder
render
Input
value
dAppBooster
Loading...