Bartosz Adamczyk

Results 10 comments of Bartosz Adamczyk

Hi @anna-wro We can work on it but first I need to know, whether this extra space should be default or new variant? What do you think @coderitual ?

Hi @ElaKrk I think that, we could handle it by adding `onOutsideClick` prop. What do you think? Is that going to work for you? 😃 @coderitual any arguments for using...

I think it can be hard to generate a set of CSS classes with useful `flex-grow` values for general use. I would suggest stick to custom class names for particular...

Hi @seahindeniz . Thanks for suggesting this. @coderitual This might be nice addition to Flex component. We have a similar example in Input with an error message so we could...

Hi @ziejka . Could you share storybook example of your case? You can use styleguide storybook branch build to publish it or [live editor](https://styleguide.brainly.com/223.1.0/docs/?path=/story/tools-live-editor--live-editor). When you push branch, pipeline will...

You can use `role` prop, because we are passing rest props of type `React.AllHTMLAttributes` to `button` element.

I found one more problem. When changing this: ``` PetOwner: type: object properties: pet: # $ref: "#/components/schemas/Pet" - changing to allOf allOf: - $ref: "#/components/schemas/Pet" ``` generator omits discriminator property...

@drwpow Thanks for clarifying all the details. You are right that some parts of the example can cause problems. I updated the example based on your comments and all looks...

@mzronek That's great! Thanks for taking care of this, and waiting for release :)

Hi @mzronek I'm gonna test it today and let you know