Kristian Kann

Results 5 issues of Kristian Kann

I found little issue with input arrays in HTML, ex. `` Emmet skips closing bracket in attributes (in this case - `name`): `input[name=foo[]]` => `` `input[name=foo[0]]` => `` `input[name=foo[{id}]][value={id}]` =>...

It would be great to have possibility to define custom sort (compare) functions. I'm using tablesorter in my recent app, but table that it sorts contains values that are not...

I tried to do add simple "select" functionality. I achieved that by calling `.freetrans('destroy')` on previously selected element and `.freetrans()` on new one. That works fine except that all transformations...

This package is not compatible with current react-intl. When trying to mount, the function crashes on old API: TypeError: o.getChildContext is not a function 6 | import { testid }...

Module cannot be used in TypeScript projects unless module declaration is added. Locally I've created the declaration, but I've got no spare time to create a PR at the moment....