Hello, I am currently delving into the world of React and Material UI. I have been working on implementing the Material UI auto complete feature with chip functionality. You can see my progress here: https://codesandbox.io/s/runh6. Everything seems to be working fine except for one thing - the text animation is not functioning as desired. I would like it to resemble the text box label in Material UI. Here are the examples of what I aim for: https://i.stack.imgur.com/4m5ZQ.png https://i.stack.imgur.com/7eIsq.png
If you want to take a look at my current code, you can find it here: https://codesandbox.io/s/6e1dp.
Although I have included label:'country', the text remains static without any animation. Here is an example of what I mean: https://i.stack.imgur.com/sZHCb.png
I've been stuck on this issue for the past 2 days. Can anyone offer assistance or advice on how to resolve this?