KivyMD icon indicating copy to clipboard operation
KivyMD copied to clipboard

MDTextFieldLeadingIcon not showing

Open Tristaaaaan opened this issue 2 years ago • 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

Tristaaaaan avatar Feb 24 '24 01:02 Tristaaaaan