chore(FormGroup): simplify bindings between input and form group p… (#704)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
Romain Hamel
2023-09-21 23:22:55 +02:00
committed by GitHub
parent a94782d94b
commit 46879dc1b7
14 changed files with 81 additions and 65 deletions

View File

@@ -21,8 +21,8 @@ export interface FormEvent {
}
export interface InjectedFormGroupValue {
labelFor: Ref<string>
inputId: Ref<string>
name: Ref<string>
size: Ref<string>
error: Ref<string | boolean>
}
}