mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
chore(FormField): rename inputId to id
This commit is contained in:
@@ -69,7 +69,7 @@ export interface FormInjectedOptions {
|
||||
}
|
||||
|
||||
export interface FormFieldInjectedOptions<T> {
|
||||
inputId: Ref<string | undefined>
|
||||
id: Ref<string | undefined>
|
||||
name: ComputedRef<string | undefined>
|
||||
// @ts-expect-error FIXME: TS doesn't like this
|
||||
size: ComputedRef<T['size']>
|
||||
|
||||
Reference in New Issue
Block a user