kivymd/KivyMD

MDTextFieldLeadingIcon not showing

Tristaaaaan opened this issue · 0 comments

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

  • OS: Windows
  • Python: 3.11
  • Kivy: 2.3.0
  • KivyMD: 2.0.1.dev0