Christophe Verclytte
Christophe Verclytte
Hello, I am trying to hide vertical scrollbar on Chrome with the following CSS rule `::-webkit-scrollbar:horizontal` according to [this documentation](https://webkit.org/blog/363/styling-scrollbars/). Thus, I wrote an Aphrodite rule like this: ```javascript rule:...
Hi ! What would you think about adding a `focus()` method on the component that would focus the first input. As you are already keeping track of each input ref,...
Hi, I had some troubles trying to use the component as controlled. My use case is quite simple : I want to use the component on mobile and to only...
Fixes issue #60 about incorrect autofocus behavior. Note for the Storybook: autofocus prop effect will be only visible on page refresh. This is expected HTML behavior that only sets autofocus...
Hi, It seems to me that `autoFocus` prop sets incorrect state. Indeed, [here](https://github.com/40818419/react-code-input/blob/master/src/ReactCodeInput.js#L272) you set `autoFocus="autofocus"` if `autofocus` prop is set, `autofocus=""` otherwise. However, in HTML 5, the presence of...
Add typing support for functional components in withSize and withDeviceRatio HOC.
In some cases, it would be great to be able to import a specific fragment when defined in a .graphql file alongside with other fragments. At the moment, only two...
Is it normal that the library leave some node attached to the body even if destroyTooltipOnHide is activated. Here is a simple preview of what it looks like, the nodes'...
**Describe the bug** The fluid player currently does not support resizing screen : if more or less space becomes available, the player will keep the same dimensions. **To Reproduce** Steps...
**Describe the bug** When enabling subtitles in layoutControls and providing a VTT track files, Chrome logs an error "Uncaught TypeError: Cannot read properties of undefined (reading 'Parser')". Acutally, this part...