KivyMD icon indicating copy to clipboard operation
KivyMD copied to clipboard

KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications. https://youtube.com/c/KivyMD https://twitter.com/Ki...

Results 178 KivyMD issues
Sort by recently updated
recently updated
newest added

### Description of the Bug Imagine the following scenario (based on the code provided below): - you have an MDDataTable. Its rows were generated on the basis of "self.rowdata" list...

Status: Needs analysis

### Description of the Bug Steps to reproduce: In freshly opened instance of `MDDatepicker`: 1. Select a different day than the default (today). 2. Switch to year mode via the...

Type: Bug

**Requirement** While using the **MDCard**, wanted to have a specific shadow color to the card, but after trying multiple options, I found that it is not possible at this point...

Type: Enhancement

### Description of the Bug I was making a music player app with **kivy & kivymd** and as I was making the slider and the timers I realized something interesting....

Type: Bug

### Description of the Bug I'm trying to implement a MDDataTable to visualize contacts from a csv file. The goal is to select specific names, pack them up inside a...

Status: Needs analysis

### Description of the Bug using the kitchen sink app i found out that the demo screen crashes on the last touch. ### Code and Logs using the kitchen sink...

Type: Bug
Priority: 3/Medium

### Description of the Bug MDlabel text gets overlaped using md_bg_color ### Code and Logs ``` from kivy.lang import Builder from kivymd.app import MDApp from kivymd.uix.screen import MDScreen Builder.load_string(""" MDScreen:...

Type: Bug

Fix for specific background behavior. This fix ensures that the background layer is drawn before the active content of the widget.. ### Description of the problem At some point during...

### Description of the Bug For some reason that I did not identify the SwipeToDeleteItem only works on the computer. I click and hold the item, drag it to the...

Status: Needs analysis

### Description of the Bug MDCardSwipe does not work when using with MDefreshLayout. But it works when replacing the `MDRefreshLayout` with a `BoxLayout` Test: ```python from kivy.lang import Builder from...

Type: Bug