Jonathan Bakebwa
Jonathan Bakebwa
Hey @hasanparasteh Thanks for taking note of this. RTL support is a feature we should implement in the core. Our team will think of a way to work on it....
Hey @Kelvinblaze Thanks for catching this. It appears to be only happening on iPhones.
Thank you for this @kissu . Will look into it.
Hey @Heziode ! Thanks for capturing this issue. Appreciate the reproduction as well. Will be helpful when debugging the issue
Hey @dombavetta ! I also think this is a good observation. Thank you for capturing this. Since we have an internal component API mixin used to create most components, I...
At the moment, I'm focused on handling transitions for components (#251), happy to have someone work on this while I guide the direction of implementation.
Hey Dom! Sorry I haven't been able to respond to issues as usually do. Been spending some time with family recently seeing as I lost some family members. Yes I...
Thanks for capturing this issue @everchanger . Gonna take a look at this.
@IHIutch How did you try to use the `align` and `justify` aliases? Because they're only available on the `CFlex` component. ✌️ https://github.com/chakra-ui/chakra-ui-vue/blob/71512a4dc20d4f080034d27bcee4c36db290c987/packages/chakra-ui-core/src/CFlex/utils/flex.props.js#L3-L13
Good point. I think we can: 1. Use the same `resetCss` prop such that it accepts `[Boolean, Function]` types. - default value is `Boolean(true)` - if it's `false`, we do...