Stephen James
Stephen James
yes, that issue and most likely it would be multiple shift tabs needed to return to SplitView and the SplitView could be at the bottom of the DOM so it...
@PaulaIoana This is probably the better path forward than the solution I mentioned in the meeting.
@futuremint What do you think about changing dates values (which always include time) in DatePicker to midnight of the user's timezone? Right now, it's inconsistent and is sometimes the current...
The previous bug removed focus from the input, but great call out on the example. Would changing state on focus blur of the input fix the issue instead of the...
Looks better! Will try to get tests running.
For an existing AST plugin see @futuremint 's https://github.com/salesforce/design-system-react/blob/master/scripts/code/find-and-fix-missing-doc-stories.js plugin which analyzes what stories are in the site-stories arrays. The other place to look for inspiration is https://github.com/reactjs/react-docgen which we...
What component are you rendering? Can it be with website examples?
Great catch! Please sign the CLA and ensure tests pass. It looks like linting here.
This is likely an issue found in the https://github.com/salesforce/design-system-react/blob/master/utilities/keyboard-navigate.js and https://github.com/salesforce/design-system-react/blob/master/utilities/keyboard-navigable-dialog.js which calls `findDOMNode` to check for event target. yes, it likely can be updated to compare refs.
Great callout. Yes, that's correct. Due to the Popover "parent" not knowing when children are rendered and present (DOM queries, etc). A Popover could even have a Spinner in some...