design-systems
Here are 315 public repositories matching this topic...
Describe the bug
When using the characters with diacritics (' " ` ´ ^ ¸ ~), Storybook inserts white space characters between them and the ones before and after.
To Reproduce
Steps to reproduce the behavior:
- Create a story and define its
<Meta title="" />with a word and some diacritic character attached to it. Example:São - Start Storybook
- Go to the story
- Ho
-
Updated
Sep 9, 2020 - Vue
-
Updated
Sep 28, 2020 - JavaScript
-
Updated
Sep 14, 2020
-
Updated
Sep 25, 2020
-
Updated
Jul 25, 2020 - CSS
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Sep 28, 2020 - SCSS
-
Updated
Sep 29, 2020 - JavaScript
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
#2990 added a new 'maxLength' prop to the Input component.
The 'maxLength' prop is missing from the TypeScript definitions, preventing it from being used in TypeScript projects:
https://github.com/uber/baseweb/blob/master/src/input/index.d.ts#L37
Current Behavior
TypeScript builds fail if 'maxLength' is used on an 'Input'.
Property 'maxLength' does not exist on type 'IntrinsicAt
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Sep 29, 2020 - C#
-
Updated
Sep 28, 2020 - TypeScript
🐛 Bug Report
The tree.update method from useTreeData hook is causing some kind of infinite loop.
Context
I was trying to build a tree component using the useTreeData hook from @react-stately/data package, where you can expand and collapse sections with children. I was using an expanded property on an item to track the state.
🤔 Expected Behavior
Expected the expand /
-
Updated
Sep 25, 2020 - JavaScript
-
Updated
Jul 3, 2020 - CSS
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Sep 29, 2020 - Vue
-
Updated
Sep 21, 2020 - JavaScript
-
Updated
Sep 29, 2020 - JavaScript
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Sep 17, 2020 - 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
Aug 7, 2020 - JavaScript
-
Updated
May 20, 2019 - JavaScript
-
Updated
Aug 19, 2020 - C#
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
Project Too Large to isolate
What is exp