design-systems
Here are 326 public repositories matching this topic...
In this simple example, I get a Typescript error for tagProps:
type Tag = { color: string; label: string; }
type TagComponentProps = Tag & HTMLAttributes<HTMLDivElement>;
const TagComponent = styled.div<TagComponentProps>``;
function renderTags(value: Tag[], getTagProps: AutocompleteGetTagProps) {
return value.map(({ color, label }, index) => {
// TS2322: Type '{Describe the bug
If the current day of the month the user is in is not available in the target month in the controls date picker, then it would not allow you to select the month. I noticed that the date picker was working fine yesterday (1/28) when I need to select 2/5 for the view and then today (1/29) when I try to select 2/5 it would automatically switch to 3/5.
To Reproduce
Steps
-
Updated
Dec 12, 2020 - Vue
-
Updated
Jan 13, 2021 - JavaScript
-
Updated
Jan 4, 2021
-
Updated
Feb 10, 2021
-
Updated
Feb 8, 2021 - JavaScript
-
Updated
Jan 2, 2021 - CSS
-
Updated
Feb 10, 2021 - SCSS
-
Updated
Feb 8, 2021 - JavaScript
<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.
Feature description
Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an
Description
The combo box list doesn't have a high enough z-index to overlap other positioned element such as the buttons for another combo box it could be placed above.
The z-index should be increased to make sure it covers non dialog items.
<img width="459" alt="Screenshot 2020-08-03 09 58 02" src="https://user-images.githubusercontent.com/1385752/89196565-01b64f80-d570-11ea-81e8-1
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Jan 27, 2021 - C#
-
Updated
Jan 21, 2021 - TypeScript
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Feb 8, 2021 - Vue
-
Updated
Dec 7, 2020 - CSS
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Feb 8, 2021 - JavaScript
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Jan 20, 2021 - JavaScript
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
-
Updated
Nov 27, 2020 - C#
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
May 20, 2019 - JavaScript
Improve this page
Add a description, image, and links to the design-systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the design-systems topic, visit your repo's landing page and select "manage topics."


Reproduction link
Steps to reproduce