Loïc Huvé

Results 5 comments of Loïc Huvé

@rphansen91 `getWebpackVersion` is a util function of `svg-sprite-loader`, the issue is with how the package.json file is imported. Here you can see the change between the working [4.1.3](https://github.com/kisenka/svg-sprite-loader/blob/48b19217d12cad555ed50ff63b19dd9bdc4bc633/lib/utils/get-webpack-version.js#L2) and [4.1.4](https://github.com/kisenka/svg-sprite-loader/blob/v4.1.4/lib/utils/get-webpack-version.js#L2)

Probably the same issue as https://github.com/plouc/nivo/issues/109. Maybe try the [workaround](https://github.com/plouc/nivo/issues/109#issuecomment-464367293).

Same issue on my macbook internal keyboard which is ISO FR, with "modify events" on, and no modifications. When I disable "modify events", the two keys behave correctly, but then...

It would also help overriding the autoComplete prop on the input, which is set to `off` right now. Some browsers (including chrome) ignore this prop when set to `off`, resulting...