mirror of
https://github.com/hoppscotch/hoppscotch
synced 2024-11-22 23:28:35 +00:00
fix: add aria labels to forms (#2270)
This commit is contained in:
parent
09af858fbc
commit
100e562dcc
@ -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 New Issue
Block a user