Skip to content

Commit 8f9371f

Browse files
committed
Update documentation
1 parent 032b98d commit 8f9371f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,9 +839,9 @@ Event | Arguments | Description
839839
**input** | (_value_) | Emit after value changes
840840
**change** | (_eventData_) | Emit after value changes
841841
**open** |   | Emit when the dropdown opens
842-
**close** |   | Emit when the dropdown closes
842+
**close** | (_eventData_) | Emit when the dropdown closes
843843
**focus** | &nbsp; | Emit when the user start focusing on the `<input>`
844-
**blur** | &nbsp; | Emit when the user blurs the `<input>`
844+
**blur** | (_eventData_) | Emit when the user blurs the `<input>`
845845
**error** | (_eventData_) | Emit when the input value becomes invalid
846846

847847
### The `open` and `close` Event of the Dropdown Picker

0 commit comments

Comments
 (0)