0.2.2 #31
@@ -10,7 +10,7 @@ extends TextField.RootProps, Form.useInput.Options {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface OptionalProps
|
interface OptionalProps
|
||||||
extends Omit<TextField.RootProps, "defaultValue">, Form.useOptionalInput.Options<string> {
|
extends Omit<TextField.RootProps, "optional" | "defaultValue">, Form.useOptionalInput.Options<string> {
|
||||||
readonly optional: true
|
readonly optional: true
|
||||||
readonly field: Form.FormField<any, Option.Option<string>>
|
readonly field: Form.FormField<any, Option.Option<string>>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user