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 There are no API to change active property of MDDataTable checkboxes from code, you can only get checked rows using get_row_checks() or handle the on_check_press...

Type: Enhancement

windows Execute the following command: python -m kivymd.tools.patterns.create_project MVC E:\Python\project MyMVCProject python3.9.12 2.1.0 --name_database firebase --use_hotreload yes ![image](https://user-images.githubusercontent.com/43966525/199921134-d5ba9199-3ef6-427a-ad33-26e98405ebe6.png) FileNotFoundError: [WinError 2] The system can not find the file specified' E:\\Python\\project\\MyMVCProject\\Model\\database_restdb.py'

### Description of the Bug The kivymd.color_definitions module cannot be found in the latest version of kivymd and throws an error when color and palette color are called from the...

### Description of the Bug swiping error line 213, in on_touch_move self.effect_x.convert_overscroll(touch) AttributeError: '_ScrollViewHardStop' object has no attribute 'convert_overscroll'. Did you mean: 'on_overscroll'? and line 218, in on_touch_up self.effect_x.reset_scale() AttributeError:...

I am adding and removing widgets MDSegmentedButtonItem by button press but outcome is not as expected . MDSegmentedButtonItem increases its size , see video ### Code and Logs ```from kivy.lang...

Type: Bug

### Description of the Bug A MDButton that is disabled will fire on_press events/callbacks if a pos_hint is applied to the button. The on_press events disappear when the pos_hint is...

Status: Needs analysis

### Fade Effect of Widget that inherits from `CommonElevationBehavior` class Widgets that inherit from `CommonElevationBehavior` class (eg. `MDButton` and `MDCard`) produce bad look when their opacity is set low. It...

### Description of the Bug The MDTabsSecondary component does not allow a custom height to be defined. I attempted to explicitly set the height of the MDTabsSecondary instance, MDTabsItemSecondary instances,...

Type: Enhancement

When opening a simple dialog with a custom md_bg_color, a mouse exit will kill the md_bg_color (by setting it to transparent or something). ```python MDDialog( MDDialogContentContainer( MDIcon(icon="weight") ), theme_bg_color =...

Status: Needs analysis

### Description of the Bug Neither the MDTabsPrimary or MDTabsSecondary classes provides a property for changing the selected tab indicator color. The color of the indicator seems to be hardcoded...

Type: Enhancement