@karmaniverous/hook-form-semantic
GitHub
Preparing search index...
index
HookFormRRStackProps
Interface HookFormRRStackProps<T>
interface
HookFormRRStackProps
<
T
extends
FieldValues
>
{
hookControl
?:
Control
<
T
,
any
,
T
>
;
hookDefaultValue
?:
PathValueImpl
<
T
,
Path
<
T
>
>
;
hookDisabled
?:
boolean
;
hookName
:
Path
<
T
>
;
hookRules
?:
Omit
<
RegisterOptions
<
T
,
Path
<
T
>
>
,
"disabled"
|
"valueAsNumber"
|
"valueAsDate"
|
"setValueAs"
,
>
;
hookShouldUnregister
?:
boolean
;
timeUnit
?:
"ms"
|
"s"
;
timezone
?:
string
;
[
key
:
string
]:
any
;
[
key
:
number
]:
any
;
}
Type Parameters
T
extends
FieldValues
Hierarchy
Omit
<
FormFieldProps
,
|
"children"
|
"checked"
|
"control"
|
"disabled"
|
"error"
|
"name"
|
"onBlur"
|
"onChange"
|
"ref"
|
"value"
,
>
PrefixedPartial
<
Omit
<
ControllerProps
<
T
>
,
"render"
>
,
"hook"
>
HookFormRRStackProps
Indexable
[
key
:
string
]:
any
[
key
:
number
]:
any
Index
Properties
hook
Control?
hook
Default
Value?
hook
Disabled?
hook
Name
hook
Rules?
hook
Should
Unregister?
time
Unit?
timezone?
Properties
Optional
hook
Control
hookControl
?:
Control
<
T
,
any
,
T
>
Optional
hook
Default
Value
hookDefaultValue
?:
PathValueImpl
<
T
,
Path
<
T
>
>
Optional
hook
Disabled
hookDisabled
?:
boolean
hook
Name
hookName
:
Path
<
T
>
Optional
hook
Rules
hookRules
?:
Omit
<
RegisterOptions
<
T
,
Path
<
T
>
>
,
"disabled"
|
"valueAsNumber"
|
"valueAsDate"
|
"setValueAs"
,
>
Optional
hook
Should
Unregister
hookShouldUnregister
?:
boolean
Optional
time
Unit
timeUnit
?:
"ms"
|
"s"
Optional
timezone
timezone
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hook
Control
hook
Default
Value
hook
Disabled
hook
Name
hook
Rules
hook
Should
Unregister
time
Unit
timezone
GitHub
@karmaniverous/hook-form-semantic
Loading...