From c031bc0fe36443af97288d40425655414438a86a Mon Sep 17 00:00:00 2001 From: Dzulqarnain Nasir Date: Mon, 3 Mar 2014 23:08:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b3aee9..6437456 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Sets the default dropdown item on initialisation. The value can be a the value o onChange: function(event, value, requiredValues, requirementsMet) { } Added: 1.0.0 -Updated: 1.1.6 +Updated: 1.2.4 Event handler triggered when the dropdown value is changed. The event handler is passed the event object, the value of the current dropdown, and an object containing the values of all the required dropdowns. A boolean value indicating whether the requirements for a particular dropdown have been met or not is also passed.