I don’t know if this will help, but it is something to try..
w = MDTextField(font_size=14)
w.hint_text = ‘The hint text’
self.add_widget(w)
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/03067b3d-5c0c-46e7-941c-1bfe6dd5abbdn%40googlegroups.com.
I have not used kivymd. I suggest reading the docs or the source code and see if you can find an attribute that controls the size of the hint_text.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/c03104e8-8315-4993-9587-4b0220693d76n%40googlegroups.com.