gumdrops icon indicating copy to clipboard operation
gumdrops copied to clipboard

GumGum's React Reusable Component Library

Results 23 gumdrops issues
Sort by recently updated
recently updated
newest added

Upgrading storybook and supporting packages

According to the documentation, the `customValue` prop on the Select component should be optional and used only for customization. However,[ it is required to set it](https://github.com/gumgum/gumdrops/blob/master/components/atoms/Select.jsx#L16), or React will complain...

bug

This issue is the same as #89 but applied to checkboxes and all components that can receive the `disabled` prop. They should also apply the `-disabled` className.

enhancement
good first issue

AccessDenied DividerSection InputSpinner LoadingOverlay Alert TooltipBlock UploadFile EditableTitle ListView

new component

Update our components to use hooks whenever possible: - Table - SearchMultiSelect - Pagination - MultiSelect (and other related components) - Breadcrumbs/BreadcrumbMenu - Avatar - Accordion (and related) - SnackbarNotification...

enhancement

On Modal component we should have a props shouldCloseOnOverlayClick which is default to true and be passed to ReactModal.

enhancement
good first issue

SearchMultiSelect is still using UNSAFE lifecycle methods. We need to update this.

library maintenance

If the accordion is locked and props.isOpen initial value changes (not through the actions of a user), then it should update the accordion. For example, if you want the accordion...

enhancement
assigned

Currently, it is not possible to pass a ref to for example, focus or blur text inputs, it would be really nice to have this.

enhancement
good first issue

Addresses #1 `` allows for external options to be provided and selected through a dropdown menu, such as a text input that calls an API endpoint for autocomplete options. ##...