The Wayback Machine - https://web.archive.org/web/20211129061746/https://github.com/topics/ui-components
Skip to content
#

ui-components

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

storybook
idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

vuetify
ng-zorro-antd
jetxr
jetxr commented May 27, 2021

What problem does this feature solve?

Is it possible to turn off the animation, or change the animation on the form control explanation's animation that occurs here?: https://github.com/NG-ZORRO/ng-zorro-antd/blob/f80a5bbd5755477c63c5d73929bcdfd0d07f2dfd/components/form/form-control.component.ts#L60

The animation that causes the form control explanation doesn't fit in sometimes with the app

shomitta
shomitta commented Oct 19, 2021

I need to use combobox for "allowsCustomValue", So I need to trigger event whenever a ENTER key is pressed (not on input change/ selection change) & check the TextEdit value at the time of enter & run command accordingly.

OnSelectionChange/ OnInputChange wont be helpful in this case as we have a requirement to trigger event with custom TextEditValue on pressing Enter.

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