I have a TextField element that is connected to react-hook-form. When I focus on that input I open a list of countries, so that I can choose a country to populate its phone code into the field through setValue function from react-hook-form.
Everything works okay, the country code does appear in the field but the label that normally moves up when you enter a text manually does not move up.
