ui
Here are 8,676 public repositories matching this topic...
Describe the bug
When using @storybook/addons-backgrounds
in a react project with a custom Decorator
, the initial/default background value is not passed to the context.globals
.
I have a project performing text contrast logic where I need the initial value to pass to javascript.
To Reproduce
- Pull down and run this re
-
Updated
Apr 18, 2021 - JavaScript
Describe the bug
The content of the the svelte file is a large HTML chunk, without any script logic or styling being involved. Max stack size exceeded error while compiling.
To Reproduce
https://svelte.dev/repl/a9dfcc17551c4aeb95e8fe748a97061d?version=3.20.1
Expected behavior
Compiling should not break
Information about your Svelte project:
Svelte 3.20.1, Rollup, Windo
Problem to solve
I have a stepped process where the user enters a name for a new object. The validation state of this step relies on name existing. My goal is for the step to be in error when there is no error and not in error when the user has entered an error.
The problem is that when the stepper screen comes up, this step is in error immediately. Good UI design dictates that the step s
Describe the bug
When using the Swap plugin, it's impossible to cancel a swap once the swap threshold has been met for an item. You can't drag the item back to its original place to prevent a swap. This happens with or without the revertOnSpill: true
option.
To Reproduce
Steps to reproduce the behavior:
- Go to https://sortablejs.github.io/Sortable/#swap
- Drag "Item 1" to h
-
Updated
Aug 3, 2021 - TypeScript
-
Updated
Aug 5, 2021 - TypeScript
-
Updated
Aug 13, 2021 - TypeScript
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.
Environment
- Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
Question
Is there any solid documentation for the renderFilteredItems()
utility function exported from the select
package? It is briefly mentioned under the itemListRenderer
props section of the select
c
-
Updated
Jul 20, 2021 - Swift
Copy some text, then on official demo, select all content (ctrl A + ctrl A) and try to paste. Nothing happens.
This is a minor bug, because a quick workaround is to delete the text prior to paste the content of the clipboard.
Steps to reproduce:
- Copy some text
- Go to https://editorjs.io
- Select all content, by typing ctrl A + ctrl A
- Try to paste
Device, Browser, OS: Macboo
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 13, 2021 - Vue
-
Updated
Aug 12, 2021 - TypeScript
Is there any way to implement horizontal radio button group?
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Aug 13, 2021 - JavaScript
I get this warning when committing:
@rjsf/core: ⚠ Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.
- components:
progress
- reactstrap version
#8.1.1
Issue1.
What is happening?
When value is greater than 100 (or less than 0), width will become greater than 100%(or negative).
https://github.com/reactstrap/reactstrap/blob/8.1.1/src/Progress.js#L68
What should be happening?
Think we should set the max-width to be 100%. And fallback width to 0 if value is negative.
Iss
Tabs accessibility
Improve this page
Add a description, image, and links to the ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ui topic, visit your repo's landing page and select "manage topics."
PR #19108 caused some Suspense-related DevTools regressions (more info available on #19368) which we did not catch because of the fact that DevTools tests are only run against the version of React in master.
We should follow the precedent of the regression fixtures tests and have CI run DevTools tests against multiple