Trevor Huey
Trevor Huey
First of all, this is awesome! It would be even more awesome if there was a way to collapse/expand unchanged stretches of text, like you can with CodeMirror's merge.js addon...
I have a couple of cases where the options I want to use are wrapped in an object, instead of an array. This line breaks it, though: data = angular.isArray(data)...
Currently, the IconButton `label` prop accepts `ReactNode`: https://github.com/dequelabs/cauldron/blob/655da6e04d8fd20a817a8325c5c2f2ce7aa93449/packages/react/src/components/IconButton/index.tsx#LL24C14-L24C14 This is more permissive than it should be. It's important that the label contain valid content and not `null | undefined |...
## Context Currently, the `Combobox` component allows you to specify a `formValue` for `ComboboxItem`'s. However, there's not a great way to get the `formValue` of the currently selected item, since...
When using elements like `Code`, which have horizontal scrolling, inside a `TwoColumnLayout`, horizontal scrolling doesn't actually kick in and the `Code` element overflows the container. In order for the horizontal...
I would like to be able to pass a `className` directly to the `Notice` component. Example: ```tsx I have custom styling ``` However, when I do this, it replaces the...
 Differences: - The link button font-weight is 500, while the button font-weight is 400 - The link text is shifted down from where it should be (it's not vertically...