Christian Oliff
Christian Oliff
oh right - yep, I see that... 
This CSS fixes the layout issues.. (but disables resizing). add this to `textarea`: ```css font-family: "Open Sans"; height: 4rem; resize: none; ``` and add this to the `.input-container` ```css min-height:...
heya. I wanted to get this merged but there are many unneeded files in the PR which I don't think are needed. Can you take a look pls?
oh, found a bug. Clicking on the label should change the state like this: https://modus.trimble.com/components/web/switches/#overview
yes, agreed. we should try and use small instead of condensed where possible. If class condensed exists already maybe it could be deprecated and available as an alias for small....
This is a major upgrade and requires quite a few changes. There is a multi-step upgrade process run via CLI which walks you through it. I tried a few times...
some rules/changes I have in mind: - Remove `data-test-id` attribute on any SVGs - SVG should have have `fill={props.color ?? 'currentColor'}` - Remove any unnecessary groups `` - Maybe alphabetize...
I remember looking though the [rich-text-editor tagged repos on GitHub](https://github.com/topics/rich-text-editor) last year with Maha. We liked the look of [Quill](https://v2.quilljs.com/docs/quickstart), the top-starred one.
Works good! https://deploy-preview-2388--moduswebcomponents.netlify.app/?path=/story/components-file-dropzone--default&args=instructions:Upload+Kitten+Pictures 👍
We've since made many improvements to keyboard accessibility for the Dropdown component including opening with Enter and Space and Escape to close. Furthermore, a user can tab into the dropdown...