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.