mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 23:40:39 +01:00
fix(FormField): add help to aria-describedby attribute (#3691)
This commit is contained in:
@@ -86,6 +86,7 @@ provide(formFieldInjectionKey, computed(() => ({
|
||||
errorPattern: props.errorPattern,
|
||||
hint: props.hint,
|
||||
description: props.description,
|
||||
help: props.help,
|
||||
ariaId
|
||||
}) as FormFieldInjectedOptions<FormFieldProps>))
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user