kivymd / KivyMD

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/KivyMD https://habr.com/ru/users/kivymd https://stackoverflow.com/tags/kivymd
https://kivymd.readthedocs.io
MIT License
2.21k stars 665 forks source link

MDTextFieldLeadingIcon not showing #1628

Open Tristaaaaan opened 7 months ago

Tristaaaaan commented 7 months ago

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: .8
            pos_hint: {'center_x': .5}

            MDTextFieldLeadingIcon:
                icon: "account-circle-outline"

            MDTextFieldHintText:
                text: "Username"

Screenshots

image

Versions