Skip to content
#

ui-components

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

storybook
lexsoft00
lexsoft00 commented Oct 22, 2020

Describe the bug
Storybook --host attribute it changes localhost where it should change network host.

start-storybook -h 192.168.89.89 -p 9009
Local:            http://192.168.89.89:9009
On your network:  http://10.0.2.15:9009

The expected result should be like the one bellow

Local:            http://localhost::9009/ 
On your network:  http://192.168.89.89:9009
vuetify
hitochan777
hitochan777 commented Dec 8, 2020

Environment

Vuetify Version: 2.3.19
Vue Version: 2.6.12
Browsers: Chrome 86.0.4240.198
OS: Linux x86_64

Steps to reproduce

Enable dense mode in v-text-field and add prefix

Expected Behavior

Prefix and the text field content should vertically align even in dense mode

Actual Behavior

Prefix is slightly above the text field content

Reproduction L

ng-zorro-antd
IonelLupu
IonelLupu commented Oct 29, 2020

Reproduction link

https://stackblitz.com/edit/angular-bzybrd?file=src/app/app.component.ts

Steps to reproduce

Inside a nz-input-group with the nzCompact attribute, add a nz-select with a few options and the nzAllowClear attribute.

What is expected?

It is expected the select input to be cleared

stefanprobst
stefanprobst commented Nov 30, 2020

🐛 Bug Report

Currently, the AriaCheckboxGroupItemProps interface extends AriaCheckboxProps and therefore has value?: string. However, i think a checkbox group items actually require setting the value prop, as changing the checkbox group state will not work correctly otherwise(?)

🤔 Expected Behavior

AriaCheckboxGroupItemProps shoud have value: string

😯 Current Behav

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

You can’t perform that action at this time.