Aaron Beall

Results 18 comments of Aaron Beall

Seems reasonable, but the event argument is already patched in some cases with `{target: {value}}`. I would say that given the way this works the `onChange` callback with an event...

Yes I like that it's mostly a drop-in replacement for ``. This was just a gotcha I struggled with. So just trying to understand here, you say you never used...

OK, sorry not clear how the DOM relates, patching the React event `{ currentTarget: { value } }` seems like the same thing as patching `{ target: { value }...

@AMBudnik Sorry for the delay... I haven't been able to come up with unit tests within handsontable to reproduce the bug we see in our codebase. It definitely happens and...

@AMBudnik We have tried to reproduce it in jsfiddle but so far no luck. I'm guessing it may have something to do with destroying/instantiating new tables, as that does happen...

Personally I would prefer to get back `null` than to throw, but you can use: ``` expect(() => findWithRef(component, "bar")).not.toThrow() ```

Having the same problems in Brackets 1.4. After typing ":" or "{" it moves line indent to left. After pressing "(" it adds extra indent to right. Seeing as how...