domino-ui icon indicating copy to clipboard operation
domino-ui copied to clipboard

Domino-ui

Results 115 domino-ui issues
Sort by recently updated
recently updated
newest added

This change along with the restructure of the css will bring a new minimalist theme to the library and will make material design an optional theme, the demo will still...

enhancement

The latest SNAPSHOT has a problem with the grouping column of a data table. I'll add an image that shows the problem. Had no chance to dig into it cause...

Testing the latest SNAPSHOT I ran into some trouble which does not happen with RC13. Loading a Screen, a ModalDialog is displayed and shows a "work in progress" message. On...

It appears that when you add a close handler to a menu, it's not always called. From what I can tell, when the shown menu has the close() method called...

When sorting a column whilst using the SelectionPlugin, the selected rows are lost. **Expected behavior** Retained row/record selection when sorting.

Disabling a DataTable only adds the "disabled" attribute and CSS class to the element, but doesn't actually disable interactions within the table. **Expected behavior** When disabling a DataTable, all interactions...

A DataTable with a column that has no text inside the header cell will show an empty tool tip whne moving the mouse over the cell: ![ToolTip](https://github.com/DominoKit/domino-ui/assets/8287845/7d53d33c-e32c-468c-852d-59b2b391c3ae)

**Describe the bug** DataTable with both DragDropPlugin and edit mode, doesn't prevent the drag while in edit mode. **To Reproduce** Create DataTable with DragDropPlugin Edit a row Click Drag to...

Entering a text into a TextAreaBox, carriage returns and empty lines will be shown. Setting readOnly to true, the empty lines and carriage returns vanish: Setting readOnly back to false,...

**Describe the bug** Carousel images are only stretching horizontally to 100% so a portrait image stretches too high. **To Reproduce** Steps to reproduce the behavior: Put a portrait image in...