-
Updated
Nov 13, 2020 - JavaScript
component-library
Here are 617 public repositories matching this topic...
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Nov 12, 2020 - CSS
-
Updated
Nov 13, 2020 - 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
Nov 13, 2020 - 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
A hope
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Oct 22, 2020 - Objective-C
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 7, 2020 - TypeScript
-
Updated
Nov 12, 2020 - JavaScript
-
Updated
Nov 3, 2020 - Elm
-
Updated
Nov 4, 2020 - TypeScript
-
Updated
Mar 31, 2020 - Java
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
Describe the bug
The CurrencyInput
doesn't format controlled values correctly.
Steps to reproduce
Steps to reproduce the behavior:
- Start Storybook
- Add this story to `CurrencyInput.story.ts
-
Updated
May 24, 2020 - TypeScript
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."
Bug Report
Sorting in table does not work as expected
Steps
I copy and pasted the code from https://react.semantic-ui.com/collections/table/#variations-sortable. Sorting works fine the first time you sort for example name column or when you change column. But the second time you try to sort, it doesn't work
Expected Result
Sorting should be working, like the example in the docs