-
Updated
Jun 15, 2022 - Vue
component-library
Here are 1,131 public repositories matching this topic...
-
Updated
Jun 13, 2022 - JavaScript
-
Updated
Jun 15, 2022 - JavaScript
-
Updated
Jun 15, 2022 - Svelte
-
Updated
Jun 16, 2022 - TypeScript
<Select />
and <DatePicker />
don't offer the option of accessing name
, id
and other props once the onChange
handler triggers. An event
object with this information is accessible in the onChange
handler for <Input />
.
Feature description
Provide access to these variables for Select
and DatePicker
. It is needed when the component is being passed handler functions from an
-
Updated
Jun 16, 2022 - TypeScript
-
Updated
Jun 3, 2022 - CSS
Describe the bug
An error "NextLink is not defined" is displayed when following the documentation for NextUI Link component. Documentation link - https://nextui.org/docs/components/link#next.js-link
Your Example Website or App
https://codesandbox.io/s/kmd6yi?file=/App.js&from-sandpack=true
Steps to Reproduce the Bug or Issue
-
Updated
May 19, 2022 - TypeScript
The DatePicker
component is already created and it's functional, but it was written some time ago and it can be refactored (migrating from class-based to hooks). In order to achieve a good result, we also need a good test coverage.
Running storyb
-
Updated
Jun 14, 2022 - TypeScript
The data-primary-link
attribute is not supported on any of our linkable components, yet is required in order for the IndexTable.Row
and ResourceList.Item
to trigger click-through instead of row selection. This causes folks to have to use an a
directly, which is confusing.
Bug type
Other
Component name
No response
What happened?
The enum value OverflowBehavior.FilpOnOpen
works. The correct spelling OverflowBehavior.FlipOnOpen
does not.
Expected behavior
Rename the value to OverflowBehavior.FlipOnOpen
Reproduction link
https://github.com/MudBlazor/MudBlazor/blob/dev/src/MudBlazor/Enums/OverflowBehavior.cs
Reproduction steps
-
Updated
Jun 16, 2022 - TypeScript
-
Updated
Jun 14, 2022 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Jun 11, 2022 - TypeScript
-
Updated
Jun 15, 2022 - C#
Which @taiga-ui/* package(s) are relevant/releated to the feature request?
No response
Description
I think the title is pretty self-explanatory
-
Updated
Jun 16, 2022 - TypeScript
-
Updated
Mar 12, 2022 - TypeScript
-
Updated
Jun 11, 2022 - TypeScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Jun 16, 2022 - TypeScript
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Jun 15, 2022 - TypeScript
-
Updated
Jun 15, 2022 - Svelte
Improve this page
Add a description, image, and links to the component-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the component-library topic, visit your repo's landing page and select "manage topics."
Steps
Add a checkbox inside a dropdown, either as header or item.
Expected Result
onClick
firesActual Result
onClick
doesn't fireVersion
0.74.1
Testcase
https://codepen.io/anon/pen/zENBPx