Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

Name attribute not showing up in DOM #223

Open rashmimhatre100 opened 2 years ago

rashmimhatre100 commented 2 years ago

Hi Team,

I am passing name attribute to SuperSelectField but it's not showing up in DOM. I wanted to apply CSS to it. I understand inline CSS can be applied but do not want to use that, is there any way we can have name property visible on DOM. I check className and id are not in the options.

Thank you in advance.