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.
2 parents 4489958 + 69140c4 commit 32df71aCopy full SHA for 32df71a
guides/release/components/actions-and-events.md
@@ -409,7 +409,7 @@ text input element whose `value` attribute is set to `confirmValue`:
409
@text="Click to send your message."
410
@onConfirm={{action this.sendMessage "info"}}
411
as |confirmValue|>
412
- {{input value=confirmValue}}
+ <Input @value={{confirmValue}} />
413
</ButtonWithConfirmation>
414
```
415
@@ -444,7 +444,7 @@ messaging service with the `target` attribute.
444
445
@onConfirm={{action this.messaging.sendMessage "info"}}
446
447
448
449
450
0 commit comments