fix: update dialog related events
This commit is contained in:
@@ -53,6 +53,7 @@ The value of the prompt input.
|
||||
| ``input`` | [^event-input] |
|
||||
| ``ok`` | Triggered when the “OK” button is clicked. |
|
||||
| ``cancel`` | Triggered when the “Cancel” button is clicked. |
|
||||
| ``afteropen`` | Triggered after the box overlay is opened. The box content won't be rendered until after the overlay is opened, so if there is logic that depends on content rendering, please execute it after this event is triggered. |
|
||||
| ``afterclose`` | Triggered after the box overlay is closed. If leaving transition is provided by the theme, the event will be triggered after the transition completes. |
|
||||
|
||||
^^^event-input
|
||||
|
||||
Reference in New Issue
Block a user