Felix Mosheev
Felix Mosheev
Debug info, When calling `reset()` the following chain is triggered: ``` reset() -> forEach(input).resetValue -> input.setState(prestine) -> validate -> onChange ``` Looks like the flag [`canChange`](https://github.com/formsy/formsy-react/blob/master/src/Formsy.ts#L313) is not solving the...
@th3fallen What would be the best solution in your opinion?
2 inputs can't have the same `name` in HTML, therefore, formsy won't help you. You can add other input & manage its value manually. ```js const MyApp = () =>...
@abrenner94 can you add minimal example in codesandbox.io which reproduces it?
@xiamx can u review this PR pls.
Looks like it is related to MySql 8, It has tables & columns with an uppercase. Therefore this line:`var enumValues = MysqlDatabase.parseMysqlEnumeration(enumItem.column_type);` passes `undefined` to the **parseMysqlEnumeration**, it can be...
Why not export the enums and all table related interfaces under namespace with the name of the table.
Please merge, I've wasted 3 hours to solve that, eventually downgraded to redux 3 & preact-redux 1.X helped.
Thank you @hsource , I think that suggesting to ditch the lib entirely is valid, but in my case it will require much more time to refactor the code since...
I've investigated a bit, in production env, where there is no usage of typescript, we can remove `.d.ts` files It will remove 11M!