7iomka

Results 93 comments of 7iomka

> Hi, I am facing issue, with enter event on text box for default value. For reference my text box is > > `` > > and i have bind...

> Maybe it was a bad design decision to use a class, I'll consider releasing a second version with just a function called `usePopper` or something like that to make...

> > it does not bind any events to an elemenet > > That lib becomes even better for me lol. Thanks, I think you can close this issue. Cheers...

> Okay I've managed to create a minimal demo on [codesandbox](https://codesandbox.io/s/cool-hill-dn66i?file=/src/App.js). Make sure to checkout the latest README :) Thank you! One question: I see your content of dropdown is...

My current hack-workaround (with css animation + delay) https://codesandbox.io/s/distracted-haibt-15li4?file=/src/App.js Interesting your comments on this

`(node:4422) [DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK] DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to NormalModule.getCompilationHooks(compilation).loader at getNormalModuleLoader (node_modules/webpack/lib/Compilation.js:408:39) at Object.get normalModuleLoader [as normalModuleLoader] (node_modules/webpack/lib/Compilation.js:841:12) at genProxy (node_modules/speed-measure-webpack-plugin/WrappedPlugin/index.js:124:34) at node_modules/speed-measure-webpack-plugin/WrappedPlugin/index.js:152:19 at Array.reduce () at wrapHooks (node_modules/speed-measure-webpack-plugin/WrappedPlugin/index.js:151:38) at Object.get...

Same issue Seems like that plugin not use the same version of typescript that user uses in package.json Because this is a feature named as [Type-only import specifiers issue](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/) introduced...