From c769f62a3a88d21d2f166af975a94b74a1ab32ad Mon Sep 17 00:00:00 2001 From: kkachniarz Date: Thu, 21 Mar 2024 15:22:49 +0100 Subject: [PATCH] fix(docs): autocomplete -> autofocus --- docs/components/dialog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/dialog.md b/docs/components/dialog.md index b6181d0507..dbbe33a43d 100644 --- a/docs/components/dialog.md +++ b/docs/components/dialog.md @@ -238,7 +238,7 @@ Property | Attribute | Type | Default | Description Method | Parameters | Returns | Description --- | --- | --- | --- -`show` | _None_ | `Promise` | Opens the dialog and fires a cancelable `open` event. After a dialog's animation, an `opened` event is fired.
Add an `autocomplete` attribute to a child of the dialog that should receive focus after opening. +`show` | _None_ | `Promise` | Opens the dialog and fires a cancelable `open` event. After a dialog's animation, an `opened` event is fired.
Add an `autofocus` attribute to a child of the dialog that should receive focus after opening. `close` | `returnValue` | `Promise` | Closes the dialog and fires a cancelable `close` event. After a dialog's animation, a `closed` event is fired.