ui
Here are 6,562 public repositories matching this topic...
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
Environment
Vuetify Version: 2.3.5
Vue Version: 2.6.11
Browsers: Chrome 84.0.4147.89
OS: Mac OS 10.15.5
Steps to reproduce
Setup theme as Dark mode.
Try the example.
Only Hover list, and Transitions examples can see the affect.
Other examples looks bad in the dark mode.
Expected Behavior
Should show affects in the example.
Actual Behavior
Looks
-
Updated
May 23, 2020 - TypeScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Jul 10, 2020 - Swift
Environment
- Package version(s): @blueprintjs/[email protected] @blueprintjs/[email protected]
- 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
Bug description
Don´t show table correctly
Expected behavior
A Table view normal
Steps to reproduce the issue:
Crreate a container with large ENV variable
Technical details:
- Portainer version: 1.21.0
- Docker version (managed by Portainer): 18.09.3
- Platform (windows/linux): linux
- Command used to start Portainer (
docker run -p 9000:9000 portainer/portainer
):
-
Updated
Aug 29, 2020 - JavaScript
Describe a bug:
blocks.insert
API does not pass config
parameter to Tool
Steps to reproduce:
- Open insert method docs (https://editorjs.io/blocks#insert)
- Call insert method with the third parameter (config)
- Tool receives an empty config object
Expected behavior:
Config is passed to Tool constructor
Editor.js 2.18.0
Code sample
<!DOCTYPE html>
<html
-
Updated
Aug 30, 2020 - TypeScript
Is there any way to implement horizontal radio button group?
-
Updated
Aug 31, 2020 - Vue
-
Updated
Apr 1, 2020 - TypeScript
-
Updated
Aug 29, 2020 - JavaScript
- components:
Input
,CustomInput
,CustomFileInput
- reactstrap version
#8.4.1
- import method
es
- react version
#16.12.0
- bootstrap version
#4.3.1
What is happening?
Input's that are invalid (i.e. have the invalid prop set to true), do not have the aria-invalid attribute applied.
What should be happening?
Invalid input's have aria-invalid attribute.
Ste
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Aug 31, 2020 - JavaScript
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."
Currently if you put
gen
into state or props and then open this component in DevTools, it will consume that generator while trying to format it. Sogen.next()
will give you{ done: true }
next time you call it.This happens here:
https://github.com/facebook/react/blob/60ba723bf78b9a28f60dce854e88e206fab52301