We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd273c9 commit bc9049eCopy full SHA for bc9049e
.local.dic
@@ -252,3 +252,4 @@ websocket
252
working-with-html-css-and-javascript
253
yay
254
ZEIT
255
+userQuestion
guides/release/components/built-in-components.md
@@ -87,7 +87,7 @@ export default class Example extends Component {
87
88
3. You can use the `aria-label` attribute to label the input with a string that is visually hidden but still available to assistive technology.
89
90
- ```gjs
+```gjs
91
import Component from "@glimmer/component";
92
import { Input } from '@ember/component';
93
import { tracked } from '@glimmer/tracking';
0 commit comments