I'm building a form with many TextField elements. In the form, there are other elements than TextField elements along with TextField elements. The problem is that they look quite different from TextFields. Take a look at the example below. https://codesandbox.io/s/material-ui-demo-forked-p8s87?file=/demo.js:488-520
As you can see, InputLabel doesn't work well with the element other than Input, while FormLabel doesn't look like the right alternative to InputLabel.
What I exactly want is to replace Input as Link, other elements staying the same as with Input. What is the best practice to achieve this?