Moving placeholder text in Autocomplete component in React

Viewed 1009

I'm trying to create a Material UI's Autocomplete component. Instead of showing suggestions of Autocomplete as dropdown, How can I show it as moving placeholder? The text inside the Autocomplete component should slide in left?

Code: https://codesandbox.io/s/material-demo-forked-mgg7z?file=/demo.js

The search results (The Godfather) should have a slide in left motion as a placeholder.

2 Answers

You can also give a text field inside autocomplete.

Related