@semantic-ui/core
Advanced tools
Comparing version 0.1.2 to 0.1.4
{ | ||
"name": "@semantic-ui/core", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"title": "Semantic UI Next", | ||
@@ -5,0 +5,0 @@ "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", |
@@ -36,4 +36,4 @@ import { defineComponent } from '@semantic-ui/component'; | ||
}, | ||
'input input'({event, el, settings, dispatchEvent}) { | ||
el.value = $(event.target).val(); | ||
'input input'({event, el, settings, value, dispatchEvent}) { | ||
el.value = value; | ||
} | ||
@@ -40,0 +40,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10457410
530
26367