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 Feature KivyMD/MDDataTable capassing a row to a dropdown menu when right-clicking on a row in a table ### Code and Logs ``` from kivy.metrics import dp...

### Description of the Bug When I edit the date using pencil icon and input date and click OK button the MDRaisedButton text remains same ### Code and Logs ```python...

Type: Bug

### Description of the Feature Newcomer request :-) In the documentation of `MDScreenManager` [1] please list possible value for `check_transition` property. This is in detail explained in Kivy docs and...

Fix documentation of `kivymd/uix/behaviors/magic_behavior.py` module

Scope: Docs

Steps to Reproduce: 1. Open the application. 2. Navigate to a screen containing a ScrollView with children that have RGBA background colors. 3. Interact with the ScrollView, such as scrolling...

Type: Bug

$ pip install kivymd==2.0.1 ERROR: Could not find a version that satisfies the requirement kivymd==2.0.1 (from versions: 0.1.0, 0.1.1, 0.1.2, 0.100.2, 0.102.0, 0.102.1, 0.103.0, 0.104.0, 0.104.1, 0.104.2, 1.0.1, 1.0.2, 1.1.1,...

Scope: Docs

On trying to switch the switchbox , it sometimes gets stuck in the middle part and while holding the button, it gets enlarged and goes out of the box. Also,...

Type: Enhancement

On trying to change the position of an MDButton with toggle behavior and set its default state to disabled, I could actually click inside the padding area of the button,...

Type: Bug

Update the documentation for the `MDScrollView` widget.

Scope: Docs

Implement a `Carousel` widget - https://m3.material.io/components/carousel/overview. Please note that KivyMD already has a Swiper -https://github.com/kivymd/KivyMD/tree/master/kivymd/uix/swiper widget, but it is very far from the standards of material design.

Type: Enhancement