Stephen James
Stephen James
This is a great plugin for code reviewers! I mean how often does one forget to check the file name in Github? I'm getting this error and was curious if...
I'm starting to use a pattern like this frequently. The reason being there are multiple date-pickers in `Scheduler` and if you use a component instead of just another object of...
Unless it is in an error state, inline help text should not be present.  There is no styling to handle the text...
The icon in Button Stateful component is mis-aligned. 
We have a need to support a mix of bare pill variants and base pill variants. Proposal: Add `variant` key to `PillContainer` options. that can override "component level" `variant` prop....
Currently cells are expected to wrap all contents. With the introduction of Resizeable Columns #2936, cells need the option to clip (truncate). 
Currently resizing columns with `resizable` is not fully accessible. The keyboard can be used, but there are no directions in how to use it. Current proposal is to use the...
In addition to using `fit` mode. Columns should be offset by the table location on the page. Currently resizing columns can create horizontal overflow. Horizontal overflow complicates the table offset...
We have a pattern in our project for pills in "read only mode" that disables removal. Proposal: add `hasNoRemove` key to `PillContainer` Options. Default is `false`. FYI: @garygong
Currently, on initial load the input is uncontrolled and creates a clear empty string value. There currently is not a way to reset to an empty string once the `value`...