viclafouch / mui-chips-input

📌 A chips input designed for MUI (Material ui) V6
https://viclafouch.github.io/mui-chips-input/
MIT License
84 stars 19 forks source link

"InputProps" disappear after version update #55

Closed leeyuchang closed 3 hours ago

leeyuchang commented 4 hours ago

Is your feature request related to a problem? Please describe. "InputProps" props disappered after version update image

Describe the solution you'd like A clear and concise description of what you want to happen. I hope to get "InputProps" back or plz give me alternatives. image

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. This issue comes from declare type TextFieldProps = Omit<TextFieldProps_2, 'onChange' | 'select' | 'type' | 'multiline' | 'defaultValue' | 'inputProps' | 'InputProps'>;

Additional context Add any other context or screenshots about the feature request here.

leeyuchang commented 3 hours ago

Opps, I have found the solution. Sorry. image