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

**Full log** ``` 09-18 01:41:14.903 21996 22024 I python : AND: Ran string 09-18 01:41:14.903 21996 22024 I python : Run user program, change dir and execute entrypoint 09-18 01:41:15.019...

Status: Needs analysis

Fix Windows compatibility ### Description of the problem First code was able to work perfectly on iOS and Linux but not on windows because of paths and architectures are not...

### Description of the Bug IconLeftWidget on_press event works in MDList but not in MDSelectionList. ### Code and Logs ```python from kivy.lang import Builder from kivymd.app import MDApp from kivymd.uix.list...

Status: Needs analysis

### Description of the Feature To realize single row selection, which means other selected rows should be unchecked when one row is selected, I can deselect all firstly in `on_check_press`...

### Description of the Bug When disabling ToggleButtons, the button turns dark grey if the toggle button has been used but is very light grey if it hasnt been used...

I recently noticed that I could create data tables from python code but my code crashed every time I wanted to create data tables in kvlang. for example: ```python from...

Type: Enhancement

MDDropdownMenu position isn't working ![hms_app](https://user-images.githubusercontent.com/3679001/188279325-5c994ba1-cdde-4ff2-8182-0c8e29592377.png) ` from kivymd.app import MDApp from kivy.lang import Builder from kivy.metrics import dp from kivymd.uix.menu import MDDropdownMenu KV = ''' MDScreen: MDBottomNavigation: selected_color_background: "#97ecf8" text_color_active:...

Type: Bug

For example I want to trigger event when user press to switch (like to button), but `on_touch_down` != `on_release` and if user press to switch, event triggered, but toggle does...

Type: Enhancement

### Description of the Bug In the class 'MDTimePicker', the 'set_time' function after 12:00 (noon) is am and the saved output is 00:00 (midnight) ### Code and Logs def set_time(self,...

So i am trying to add a `MDFloatingActionButtonSpeedDial ` into a screen navigated through the `MDNavigationRail `items but it doesn't even show up. When i try removing the `MDNavigationRail `...

Type: Bug