Ernesto García
Ernesto García
Wow, this is great! I think that option should be documented. In fact, I think it should be the default option, and if it does not minify also, even better...
about this > are we 100% sure that keys are always named "Ctrl" and "Shift" in other locales? I know that some e.g. German locales used "Strg" instead of "Ctrl"...
> Do you think component should handle this? E.g. we could have ordering callback, similarly to translate callback? Translation is different because each app has its own translation infrastructure so...
Valid points. Indeed, this was not made with windows shortcuts in mind, and was made with some assumptions on our approach to shortcuts, that now with hybrid native-like apps in...
I'm not sure if this was the intention when this component was created, but this is probably convenient, even if not intentional. You may not always want a padding forced...
I'll leave it open as a reminder to fix that storybook example.
In [TSDX's "Quick start" section in its documentation](https://tsdx.io/#quick-start) they mention that one of the templates to create a new tsdx repo is `react-with-storybook`. I wonder if creating a new lib...
This is the current implementation of `TabList`: ```jsx return ( {children} ) ``` First, I'm surprised by the fact that the `TabList` wrapper seems to not be needed according to...
The example screenshot you put above is technically not an input field. It's a block of text meant to be copied, that for some reason from the design POV tends...