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

Fix elevation documentation. The documentation of the elevation behavior module is deprecared.

Scope: Docs

When the screen expands sharply, the MDFabBottomAppBarButton widget goes out of frame. I have read that it is a FloatLayout, but when expanded a little (adding size), the widget does...

Type: Bug

### Description of the Bug The MDTextFieldLeadingIcon is not showing. I do not know the reason why. It works on other screens. # Name MDTextField: id: username mode: "filled" size_hint_x:...

Type: Bug

MDTextField: size_hint_x: 1 mode: "outlined" pos_hint: {"center_x": .5, "center_y": .5} multiline: True id: title MDTextFieldMaxLengthText: max_text_length: 55 MDTextFieldHelperText: text: "Helper text" mode: "persistent" ![image](https://github.com/kivymd/KivyMD/assets/112135724/2401c583-8234-4419-8c82-18c6712d5b96)

Type: Bug

### Description of the Bug Your text ### Code and Logs ```from kivy.lang import Builder from kivymd.app import MDApp KV = ''' MDScreen: md_bg_color: self.theme_cls.backgroundColor MDLabel: text: "MDLabel" halign: "center"...

KivyMD v2.0 seams to have removed a lot of things that my app uses like MDColorPicker, MDRaisedButton, etc. Where can I find a list of the widgets that have been...

### Description of the Bug The button functions like a normal button even when disabled, with the MDButtonText area not receiving touch events outside its area. Thus, the button still...

Type: Bug

### Description of the Bug When you try to use the MDToggleButton mixin class the code breaks with the titular AttributeError. The example code in the documentation breaks as well:...

Type: Bug
Scope: Docs

``` import asynckivy from kivy.animation import Animation from kivy.lang import Builder from kivy.metrics import dp from kivy.uix.behaviors import ButtonBehavior from kivymd.app import MDApp from kivymd.uix.behaviors import RotateBehavior from kivymd.uix.expansionpanel import...

```python from kivy.lang import Builder from kivy.properties import ( StringProperty ) from kivymd.app import MDApp from kivymd.uix.boxlayout import MDBoxLayout from kivymd.uix.tab import ( MDTabsItemIcon, MDTabsItemText, MDTabsItem, ) from kivymd.uix.list import...

Type: Bug
Status: Needs analysis
Priority: 1/Critical