Stephen James

Results 42 comments of Stephen James

This is how the SLDS markup was created and they are aware of it. I think you can modify it with CSS, but I'm not sure if you can override...

No one is. Sounds great! It was started back in this issue. https://github.com/salesforce/design-system-react/pull/1430 The best thing may be to start from scratch and write a new component and just add...

This UX pattern is doable today, but we should update the examples to show the standard SLDS pattern for the Lookup pattern. Tasks example is an autocomplete text field only...

This appears to be a website only issue. Storybook is working dine http://design-system-react-components.herokuapp.com/?path=/story/sldsbuttonstateful--base

Yes, no one is working on it. I believe there's a PR that had it most of the way.

Feel free to explore this do a props proposal. This is a large, complicated component and will have features/API from DataTable (such as columns and custom render cells) and from...

### Additional Resources * [Lightning tree grid component](https://developer.salesforce.com/docs/component-library/bundle/lightning:treeGrid/example#lightningcomponentdemo:exampleTreeGridWithExpandedStateQuery) * [SLDS tree grid blueprint](https://www.lightningdesignsystem.com/components/tree-grid/) * [ARIA tree grid spec](https://www.w3.org/TR/wai-aria-practices-1.1/#treegrid) * [ARIA tree grid example](https://www.w3.org/TR/wai-aria-practices/examples/treegrid/treegrid-1.html)

The keyboard spec for TreeGrid is undetermined at this time. The follow is background. ## Comments from the Accessibility Team ### How do you toggle a row? * Press Tab...

The best non-breaking path forward is a new Component that is called `TimepickerCombobox` which is essentially a Combobox with preset values and current TimePicker should be deprecated. See https://github.com/salesforce/design-system-react/pull/2409

Hi, I'm back from the dead! This patterns appears to stop the Datepicker from being controlled by the state of the parent component and moves state into the Datepicker. I...