Material design for web - how to make an autocomplete input
问题 I am using google's material design for web. And I would like to use their select component as an autocomplete component. What I am aiming for is the autocomplete you can see in react mui. I have removed the disabled and readonly input attributes but I still can't write anything to input field. <div class="mdc-select demo-width-class"> <div class="mdc-select__anchor"> <span class="mdc-select__ripple"></span> <input type="text" class="mdc-select__selected-text"> <i class="mdc-select__dropdown