fix: add aria labels to forms (#2270)
This commit is contained in:
parent
09af858fbc
commit
100e562dcc
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ const envTooltipPlugin = new HoppReactiveEnvPlugin(envVars, view)
|
|||
|
||||
const initView = (el: any) => {
|
||||
const extensions: Extension = [
|
||||
EditorView.contentAttributes.of({ "aria-label": props.placeholder }),
|
||||
inputTheme,
|
||||
tooltips({
|
||||
position: "absolute",
|
||||
|
|
|
|||
Loading…
Reference in a new issue