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 032b98d commit 8f9371fCopy full SHA for 8f9371f
README.md
@@ -839,9 +839,9 @@ Event | Arguments | Description
839
**input** | (_value_) | Emit after value changes
840
**change** | (_eventData_) | Emit after value changes
841
**open** | | Emit when the dropdown opens
842
-**close** | | Emit when the dropdown closes
+**close** | (_eventData_) | Emit when the dropdown closes
843
**focus** | | Emit when the user start focusing on the `<input>`
844
-**blur** | | Emit when the user blurs the `<input>`
+**blur** | (_eventData_) | Emit when the user blurs the `<input>`
845
**error** | (_eventData_) | Emit when the input value becomes invalid
846
847
### The `open` and `close` Event of the Dropdown Picker
0 commit comments