forked from 0x2620/oxjs
filter rewrite, inputgroup update
This commit is contained in:
parent
a96f6fdfd1
commit
65aadc19e9
2 changed files with 55 additions and 44 deletions
|
|
@ -75,8 +75,11 @@ Ox.InputGroup = function(options, self) {
|
|||
|
||||
function change(event, data) {
|
||||
//Ox.print('InputGroup change')
|
||||
// fixme: would be good to pass a value here
|
||||
that.triggerEvent('change');
|
||||
that.triggerEvent('change', {
|
||||
value: self.options.inputs.map(function($input) {
|
||||
return $input.value();
|
||||
})
|
||||
});
|
||||
}
|
||||
|
||||
function click(event) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue