Is your feature request related to a problem? Please describe.
"InputProps" props disappered after version update
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.
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.
Is your feature request related to a problem? Please describe. "InputProps" props disappered after version update
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.
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.