Results 14 issues of Jon de la Motte

*Update 2022-07-06*: I've rewritten the description of this issue with a proper repro since the original was confusing. Here's one minimal repro: # Repro initial state ([commit](https://github.com/jondlm/pnpm-bugs/commit/641e7a35a2e42c3fae3136fab528f668aa1fee2e)) #### `pnpm-workspace.yaml` ```yaml...

type: bug

When I add more than one header and attempt to type into the box, it mixes up the input with the other header. ![bug](https://cloud.githubusercontent.com/assets/3290587/21859711/9b856e46-d7e2-11e6-86f6-6a6553eb821d.gif)

bug

![image](https://cloud.githubusercontent.com/assets/3290587/25395754/f5861b92-2996-11e7-9bf7-3b4dc9d89f88.png) We should support this use-case.

These are also called "input groups" in Bootstrap lingo. Here's a screenshot of what they look like in bootstrap: ![image](https://cloud.githubusercontent.com/assets/3290587/25395203/281968ae-2995-11e7-8be3-cf05b2cef661.png) And here's an example of they could look like in...

We've got some use cases for the `EmptyStateWrapper` outside of `DataTable` so we should expose it and write some examples.

There's a use case for displaying multiple periods of data on a single line chart. The desire is to show each of the x axis values in the tooltip. There...

Let's add a new variable for our monospace font stack: `Menlo, Monaco, 'Ubuntu Mono', Courier, monospace` Then let's add a prop to allow `Table` columns to be monospace. Mainly we...

![image](https://cloud.githubusercontent.com/assets/3290587/18722616/44b8db8e-7fea-11e6-8a76-4334f5f2be19.png) There are cases where having a different sized icon makes sense. Let's make it configurable.

For some reason you can't hover on the tooltips that appear on charts. The expected behavior is for the user to be able to hover on the tooltip so they...

bug

We recently encountered a strange bug where one of our users with webpack ran into the dreaded `Only a ReactOwner can have refs` error when importing the `Banner` component. After...

quality