Skip to content
#

ui-components

Here are 2,214 public repositories matching this topic...

storybook
darkowic
darkowic commented Apr 26, 2021

Describe the bug
When story id starts with settings, the addon panel is frozen/broken/not responding. 🤯

https://user-images.githubusercontent.com/11510581/116053981-83f51f80-a67b-11eb-8a70-28e8b989b50e.mp4

To Reproduce
I reproduced it on newly created CRA with SB. See video above.

To reproduce: just add story id starting with settings

export default {
  title: "
vuetify
jordypereira
jordypereira commented Apr 27, 2021

Environment

Browsers: Chrome 90.0.4430.85
OS: Mac OS 10.15.7

Steps to reproduce

Search for truncate -> First result is a migration guide.
You have to open the code tab to find the correct class that you want to use.
Not friendly to new Vuetify users. I just want to know all your utility classes. Why is there no overview?

Expected Behavior

Searching truncate shou

ng-zorro-antd
Airblader
Airblader commented Mar 10, 2021

What problem does this feature solve?

Since monaco-editor 0.22.0¹, the global monaco object is only defined if you add

window.MonacoEnvironment = { globalAPI: true };

It would be nice if ng-zorro had some hook to configure MonacoEnvironment (also for potential other use-cases) before monaco-editor is actually loaded. Also, the documentation for onLoad is now slightly inco

AJLemos
AJLemos commented Apr 23, 2021

🐛 Bug Report

useHover() takes a isDisabled prop which blocks hover events when the button is disabled. This works well.

However if a button is disabled while it is being hovered the hover state sticks on the disabled button.

🤔 Expected Behavior

Hovering then pressing the button in the Example component below will render:

<button disabled>Hover & Press</button>
Rameshtm
Rameshtm commented May 29, 2017

Hi,

When I use multiple iframe in my web page with pNotify and do submit or a button click in the page, I am getting error "Uncaught TypeError: Cannot read property 'opener' of undefined" in at PNotify.position (pnotify.js:641).

I am getting this error when I am changing a iframe src in a text box change event and do submit the page. This is happening only in Chrome browser.
Please help me

Improve this page

Add a description, image, and links to the ui-components topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ui-components topic, visit your repo's landing page and select "manage topics."

Learn more