Dominic Cocchiarella

Results 7 issues of Dominic Cocchiarella

If you reach the end of a `ScrolTrack` (slide to the last slide), the back arrow disappears until you hover off and hover over again. The React state is re-calculated...

bug

If an `id` prop is not passed to the `FormComponent` component, it generates a unique id for labels lower down in the component tree. This is great in some ways,...

Many of our components do not set a `ref` on their main output, so users of the library will be forced to use [findDOMNode](https://reactjs.org/docs/react-dom.html#finddomnode) to do things like focus on...

enhancement
WIP

Right now we make a lot of assumptions around the environment that Snacks will run in. Let's write something that ensures Snacks and its components will work well in a...

Creating this ticket as a kind of catch-all ticket for various IE issues. We use several JS features which are not supported in some versions of IE/Edge. We should use...

discussion

The current documentation for Form and input validations has caused some confusion a few times. I think by adding in more examples, it would clear up the issues.

documentation