Tanatloc documentation
Preparing search index...
Components.Account.HPC.Plugin.Dialog
_inputItem
Function _inputItem
_inputItem
(
item
:
{
default
?:
string
|
number
|
boolean
;
label
:
string
;
options
?:
string
[]
;
props
?:
any
;
rules
?:
{
max
?:
number
;
message
?:
string
;
min
?:
number
;
required
?:
boolean
;
}
[]
;
secret
?:
boolean
;
tooltip
?:
string
;
type
:
"password"
|
"input"
|
"select"
|
"textarea"
;
value
?:
string
|
number
|
boolean
;
}
,
key
:
string
,
inputRef
?:
RefObject
<
undefined
|
InputRef
>
,
)
:
ReactElement
Build input item
Parameters
item
:
{
default
?:
string
|
number
|
boolean
;
label
:
string
;
options
?:
string
[]
;
props
?:
any
;
rules
?:
{
max
?:
number
;
message
?:
string
;
min
?:
number
;
required
?:
boolean
;
}
[]
;
secret
?:
boolean
;
tooltip
?:
string
;
type
:
"password"
|
"input"
|
"select"
|
"textarea"
;
value
?:
string
|
number
|
boolean
;
}
Item
key
:
string
Key
Optional
inputRef
:
RefObject
<
undefined
|
InputRef
>
Returns
ReactElement
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...
Build input item